{syntax,dicts}: add additional matching keywords

These keywords are described in ETSI ES 203 022, section 5.3.
This commit is contained in:
Vadim Yanitskiy 2022-04-29 19:01:15 +03:00
parent facfb17478
commit 28270c017b
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,7 @@ check
clear
complement
component
conjunct
connect
const
control
@ -33,6 +34,7 @@ deactivate
decvalue
default
disconnect
disjunct
display
do
done
@ -67,6 +69,7 @@ hexstring
hostId
if
ifpresent
implies
import
in
inconc

View File

@ -153,9 +153,9 @@ syn keyword ttcnFunc istemplatekind testcasename hostId
" Various keywords
syn keyword ttcnKeyw in out inout any all sender to value modifies
syn keyword ttcnKeyw nowait param length recursive except
syn keyword ttcnKeyw nowait param length recursive from
syn keyword ttcnKeyw ifpresent language override present
syn keyword ttcnKeyw from
syn keyword ttcnKeyw except implies conjunct disjunct
" Literals
syn match ttcnError "\_^0\d\+"he=s+1