mirror of https://github.com/Icinga/icinga2.git
Fix type in nanorc syntax file
This commit is contained in:
parent
0b85928a30
commit
b0b09cef76
|
@ -39,7 +39,7 @@ icolor red "(^|^\s+)(vars\.\w+)"
|
|||
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"
|
||||
icolor magenta "(assign|ignore)[ \t]+where"
|
||||
|
||||
## Global functions
|
||||
icolor white "(regex|match|len|union|intersection|keys|string|number|bool|random|log|typeof|get_time|exit)"
|
||||
|
|
Loading…
Reference in New Issue