From f20cbaa0b40d69eddc33e01d1ada56d40607cf5a Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 1 Jun 2021 00:57:23 +0200 Subject: [PATCH] {syntax,dicts}: add missing 'decmatch' operator --- dicts/ttcn.dict | 1 + syntax/ttcn.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dicts/ttcn.dict b/dicts/ttcn.dict index 0af2e2d..2b4ad38 100644 --- a/dicts/ttcn.dict +++ b/dicts/ttcn.dict @@ -86,6 +86,7 @@ lengthof log map match +decmatch message mixed mod diff --git a/syntax/ttcn.vim b/syntax/ttcn.vim index d7f7f0e..d478e79 100644 --- a/syntax/ttcn.vim +++ b/syntax/ttcn.vim @@ -80,7 +80,7 @@ syn keyword ttcnAttrib with display encode extension variant optional " Operators 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 ttcnError "="