mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
parent
76d5b751f4
commit
0091394f2f
@ -23,6 +23,7 @@ syntax case ignore
|
|||||||
" comments
|
" comments
|
||||||
syn keyword icinga2CommentTodo TODO FIXME XXX TBD contained
|
syn keyword icinga2CommentTodo TODO FIXME XXX TBD contained
|
||||||
syn match icinga2LineComment "\/\/.*" contains=icinga2CommentTodo
|
syn match icinga2LineComment "\/\/.*" contains=icinga2CommentTodo
|
||||||
|
syn match icinga2LineComment "#.*" contains=icinga2CommentTodo
|
||||||
syn match icinga2CommentSkip "^[ \t]*\*\($\|[ \t]\+\)"
|
syn match icinga2CommentSkip "^[ \t]*\*\($\|[ \t]\+\)"
|
||||||
syn region icinga2Comment start="/\*" end="\*/" contains=icinga2CommentTodo
|
syn region icinga2Comment start="/\*" end="\*/" contains=icinga2CommentTodo
|
||||||
|
|
||||||
@ -143,7 +144,7 @@ syn match icinga2Operators "[ \t]\+\(\~\)\+"
|
|||||||
syn match icinga2Operators "[ \t]\+\(+\)\+"
|
syn match icinga2Operators "[ \t]\+\(+\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(-\)\+"
|
syn match icinga2Operators "[ \t]\+\(-\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(*\)\+"
|
syn match icinga2Operators "[ \t]\+\(*\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(/\)\+"
|
syn match icinga2Operators "[ \t]\+\(/[^/\*]\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(%\)\+"
|
syn match icinga2Operators "[ \t]\+\(%\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(+\)\+"
|
syn match icinga2Operators "[ \t]\+\(+\)\+"
|
||||||
syn match icinga2Operators "[ \t]\+\(-\)\+"
|
syn match icinga2Operators "[ \t]\+\(-\)\+"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user