Add missing keywords in the syntax highlighting files

fixes #8757
This commit is contained in:
Gunnar Beutner 2015-03-16 09:59:26 +01:00
parent 0091394f2f
commit 3b18e1b674
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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