1
1
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:
Frank LENORMAND 2016-09-24 11:09:42 +03:00
parent 4f874a3679
commit 24ef77704c

View File

@ -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 %{