{syntax,dicts}: add missing 'testcasename' and 'hostId' functions

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

View File

@ -60,6 +60,7 @@ hex2int
hex2oct hex2oct
hex2str hex2str
hexstring hexstring
hostId
if if
ifpresent ifpresent
import import
@ -148,6 +149,7 @@ superset
system system
template template
testcase testcase
testcasename
timeout timeout
timer timer
to to

View File

@ -149,7 +149,7 @@ syn keyword ttcnFunc str2int str2oct str2float enum2int
syn keyword ttcnFunc lengthof sizeof ispresent ischosen syn keyword ttcnFunc lengthof sizeof ispresent ischosen
syn keyword ttcnFunc isvalue regexp substr replace encvalue syn keyword ttcnFunc isvalue regexp substr replace encvalue
syn keyword ttcnFunc decvalue rnd isbound log2str syn keyword ttcnFunc decvalue rnd isbound log2str
syn keyword ttcnFunc istemplatekind 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