mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 23:34:12 +03:00
Add more standard GNU keywords to the makefile completion keywords
This commit is contained in:
parent
4f874a3679
commit
24ef77704c
@ -24,7 +24,7 @@ addhl -group /makefile/content regex [+?:]= 0:operator
|
||||
|
||||
%sh{
|
||||
# Grammar
|
||||
keywords="ifeq|ifneq|else|endif"
|
||||
keywords="ifeq|ifneq|ifdef|ifndef|else|endif|define|endef"
|
||||
|
||||
# Add the language's grammar to the static completion list
|
||||
printf %s\\n "hook global WinSetOption filetype=makefile %{
|
||||
|
Loading…
Reference in New Issue
Block a user