mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
parent
90568e798f
commit
cb26028844
@ -36,7 +36,7 @@ icolor red "(^|^\s+)(vars\.\w+)"
|
|||||||
|
|
||||||
|
|
||||||
## keywords
|
## 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
|
## Assign conditions
|
||||||
icolor magenta "(assign|ignone)[ \t]+where"
|
icolor magenta "(assign|ignone)[ \t]+where"
|
||||||
|
@ -78,7 +78,7 @@ syn match icinga2ObjAttr contained "\(vars.\w\+\)"
|
|||||||
|
|
||||||
|
|
||||||
" keywords
|
" 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
|
" Assign conditions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user