diff --git a/data/syntax/makefile.xml b/data/syntax/makefile.xml index 2bd2e2d..b34817c 100644 --- a/data/syntax/makefile.xml +++ b/data/syntax/makefile.xml @@ -1,374 +1,409 @@ include define else endef endif ifdef ifeq ifndef ifneq .if .ifdef .ifndef .ifmake .ifnmake .elif .elifdef .elifndef .elifmake .elifnmake defined empty exists target commands + + + .BEGIN + .DEFAULT + .END + .ERROR + .IGNORE + .INTERRUPT + .MAIN + .MAKEFLAGS + .NOPATH + .NOTPARALLEL + .NO_PARALLEL + .OBJDIR + .ORDER + .PATH + .PHONY + .PRECIOUS + .SHELL + .SILENT + .STALE + .SUFFIXES + + call subst patsubst strip findstring filter filter-out sort word wordlist words firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath if or and foreach value eval origin flavor shell error warning info + + + + + + + + + + +