Do not match msg separator as constant value
This commit is contained in:
@@ -44,7 +44,7 @@ comment
|
||||
= r'#[^\n]*'
|
||||
|
||||
const_dcl
|
||||
= 'string' identifier '=' r'[^\n]+'
|
||||
= 'string' identifier r'=(?!={79}\n)' r'[^\n]+'
|
||||
/ type_spec identifier '=' integer_literal
|
||||
|
||||
field_dcl
|
||||
|
||||
Reference in New Issue
Block a user