mirror of https://github.com/Icinga/icinga2.git
parent
794397c9ed
commit
6aec8ba394
|
@ -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+)"
|
||||
|
|
|
@ -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]\+\)"
|
||||
|
|
Loading…
Reference in New Issue