mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-01 06:46:28 -04:00
Fix a couple issues with syntax files
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@ rules:
|
||||
- preproc: "\\<(ifeq|ifdef|ifneq|ifndef|else|endif)\\>"
|
||||
- statement: "^(export|include|override)\\>"
|
||||
- operator: "^[^:= ]+:"
|
||||
- operator: "[=,%]" "\\+=|\\?=|:=|&&|\\|\\|"
|
||||
- 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:]]"
|
||||
@@ -33,5 +33,3 @@ rules:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules: []
|
||||
# color comment "^ @#.*" <-- ?
|
||||
|
||||
@@ -13,4 +13,4 @@ rules:
|
||||
start: "<!--"
|
||||
end: "-->"
|
||||
rules: []
|
||||
– special: "&[^;]*;"
|
||||
- special: "&[^;]*;"
|
||||
|
||||
Reference in New Issue
Block a user