{syntax,dicts}: add missing 'decmatch' operator

This commit is contained in:
Vadim Yanitskiy 2021-06-01 00:57:23 +02:00
parent dde5d8e797
commit f20cbaa0b4
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ lengthof
log log
map map
match match
decmatch
message message
mixed mixed
mod mod

View File

@ -80,7 +80,7 @@ syn keyword ttcnAttrib with display encode extension variant optional
" Operators " Operators
syn keyword ttcnOper mod rem not and or xor not4b and4b or4b xor4b syn keyword ttcnOper mod rem not and or xor not4b and4b or4b xor4b
syn keyword ttcnOper complement pattern match valueof subset superset permutation syn keyword ttcnOper complement pattern match decmatch valueof subset superset permutation
syn match ttcnOper "[-+*/?]" syn match ttcnOper "[-+*/?]"
syn match ttcnOper "[<>]" syn match ttcnOper "[<>]"
syn match ttcnError "=" syn match ttcnError "="