Syntax: Add new RunDir constant

refs #6627
This commit is contained in:
Michael Friedrich 2014-08-04 11:25:47 +02:00
parent 794397c9ed
commit 6aec8ba394
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ icolor white "(regex|match|len|union|intersection|string|number|bool|log|exit)"
## global constats
icolor yellow "(PrefixDir|SysconfDir|ZonesDir|LocalStateDir|PkgDataDir|StatePath|PidPath)"
icolor yellow "(PrefixDir|SysconfDir|ZonesDir|LocalStateDir|PkgDataDir|RunDir|StatePath|PidPath)"
icolor yellow "(NodeName|ApplicationType|EnableNotifications|EnableEventHandlers)"
icolor yellow "(EnableFlapping|EnableHostChecks|EnableServiceChecks|EnablePerfdata|UseVfork)"
icolor yellow "(Vars\s+)"

View File

@ -96,7 +96,7 @@ syn keyword icinga2Function contained regex match len union intersection strin
" global constats
syn keyword icinga2Gconst PrefixDir SysconfDir ZonesDir LocalStateDir PkgDataDir StatePath PidPath
syn keyword icinga2Gconst PrefixDir SysconfDir ZonesDir LocalStateDir PkgDataDir RunDir StatePath PidPath
syn keyword icinga2Gconst NodeName ApplicationType EnableNotifications EnableEventHandlers
syn keyword icinga2Gconst EnableFlapping EnableHostChecks EnableServiceChecks EnablePerfdata UseVfork
syn match icinga2Gconst "\(Vars[ \t]\+\)"