Fix Makefile = highlighting

I think they weren't being highlighted at all, leading to a weird looking default white box around them.
This commit is contained in:
sum01 2018-01-17 23:44:53 -05:00
parent 16e9068cb9
commit cf06d06fb3
No known key found for this signature in database
GPG Key ID: 339CB8BE119B90C0

View File

@ -7,8 +7,8 @@ detect:
rules:
- preproc: "\\<(ifeq|ifdef|ifneq|ifndef|else|endif)\\>"
- statement: "^(export|include|override)\\>"
- operator: "^[^:= ]+:"
- operator: "([=,%]|\\+=|\\?=|:=|&&|\\|\\|)"
- symbol.operator: "^[^:= ]+:"
- symbol.operator: "([=,%]|\\+=|\\?=|:=|&&|\\|\\|)"
- statement: "\\$\\((abspath|addprefix|addsuffix|and|basename|call|dir)[[:space:]]"
- statement: "\\$\\((error|eval|filter|filter-out|findstring|firstword)[[:space:]]"
- statement: "\\$\\((flavor|foreach|if|info|join|lastword|notdir|or)[[:space:]]"