mirror of https://github.com/Icinga/icinga2.git
parent
0091394f2f
commit
3b18e1b674
|
@ -36,7 +36,7 @@ icolor red "(^|^\s+)(vars\.\w+)"
|
|||
|
||||
|
||||
## keywords
|
||||
icolor red "(^|^\s+)|(icinga2Keyword|template|const|import|include|include_recursive|var|function)\s+"
|
||||
icolor red "(^|^\s+)|(icinga2Keyword|template|const|import|include|include_recursive|var|function|return|to|use|locals|globals|this)\s+"
|
||||
|
||||
## Assign conditions
|
||||
icolor magenta "(assign|ignone)[ \t]+where"
|
||||
|
|
|
@ -78,7 +78,7 @@ syn match icinga2ObjAttr contained "\(vars.\w\+\)"
|
|||
|
||||
|
||||
" keywords
|
||||
syn keyword icinga2Keyword template const import include include_recursive var function
|
||||
syn keyword icinga2Keyword template const import include include_recursive var function return to use locals globals this
|
||||
|
||||
|
||||
" Assign conditions
|
||||
|
|
Loading…
Reference in New Issue