{syntax,dicts}: add missing 'testcasename' and 'hostId' functions
parent
f20cbaa0b4
commit
d0291c34f2
|
@ -60,6 +60,7 @@ hex2int
|
|||
hex2oct
|
||||
hex2str
|
||||
hexstring
|
||||
hostId
|
||||
if
|
||||
ifpresent
|
||||
import
|
||||
|
@ -148,6 +149,7 @@ superset
|
|||
system
|
||||
template
|
||||
testcase
|
||||
testcasename
|
||||
timeout
|
||||
timer
|
||||
to
|
||||
|
|
|
@ -149,7 +149,7 @@ syn keyword ttcnFunc str2int str2oct str2float enum2int
|
|||
syn keyword ttcnFunc lengthof sizeof ispresent ischosen
|
||||
syn keyword ttcnFunc isvalue regexp substr replace encvalue
|
||||
syn keyword ttcnFunc decvalue rnd isbound log2str
|
||||
syn keyword ttcnFunc istemplatekind
|
||||
syn keyword ttcnFunc istemplatekind testcasename hostId
|
||||
|
||||
" Various keywords
|
||||
syn keyword ttcnKeyw in out inout any all sender to value modifies
|
||||
|
|
Loading…
Reference in New Issue