mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-24 08:04:45 +00:00
Merge pull request #1001 from sum01/makefile_syntax
Fix Makefile equals highlighting
This commit is contained in:
commit
13c63a9951
1 changed files with 2 additions and 2 deletions
|
|
@ -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:]]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue