add ":" allowed char in instance names , this disappeared during the parselabel.l rewrite

This commit is contained in:
Stefan Frederik 2020-11-30 21:07:42 +01:00
parent db8186c213
commit 4ea2dde800
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ IDX_LAB_NUM_SP [-a-zA-Z_%$~"#/\\<> \t0-9*+().]
IDX_ID_N ({LAB_NUM}+({IDX_LAB_NUM_SP}*{LAB_NUM})*)
/* identifier, not starting with a number */
IDX_ID (("("|{LAB})+{IDX_LAB_NUM_SP}*)
/* includes numbers and space and +(). */
LAB_NUM_SP [-a-zA-Z_%$~"#/\\<> \t0-9+().]
/* includes numbers and space and +(). and :*/
LAB_NUM_SP [-a-zA-Z_%$~"#:/\\<> \t0-9+().]
/* identifier, may start with a number */
ID_NUM ({LAB_NUM}+({LAB_NUM_SP}*{LAB_NUM})*)
/* identifier, not starting with a number */