- Allow identifiers to start with @ so that internal protocols
such as key compromise and swapkey can be prefixed with @ to indicate that they should be ignored by the classification tool.
This commit is contained in:
parent
2cd9cf4148
commit
c8d2222c58
@ -45,7 +45,7 @@ ascii_char [^\"\n]
|
|||||||
escaped_char \\n|\\\"
|
escaped_char \\n|\\\"
|
||||||
integer {digit}+
|
integer {digit}+
|
||||||
text \"({ascii_char}|{escaped_char})*\"
|
text \"({ascii_char}|{escaped_char})*\"
|
||||||
id ({letter}|{digit})+
|
id @?({letter}|{digit})+
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user