mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
90568e798f
commit
cb26028844
@ -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…
x
Reference in New Issue
Block a user