{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 clear
complement complement
component component
conjunct
connect connect
const const
control control
@ -33,6 +34,7 @@ deactivate
decvalue decvalue
default default
disconnect disconnect
disjunct
display display
do do
done done
@ -67,6 +69,7 @@ hexstring
hostId hostId
if if
ifpresent ifpresent
implies
import import
in in
inconc inconc

View File

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