lark-parser / lark_syntax

Lark-flavoured EBNF grammar syntax definition for Sublime Text or TextMate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax break after escaped double quotes "\""

evandrocoan opened this issue · comments

image

BACKTICK     : "`"
PERCENTAGE   : "%"
EXCLAMATION  : "!"
DOUBLE_QUOTE : "\""

?parens       : OPEN_PAREN | CLOSE_PAREN | OPEN_BRACKET | CLOSE_BRACKET
OPEN_BRACKET  : "["
CLOSE_BRACKET : "]"
OPEN_BRACE    : "{"
CLOSE_BRACE   : "}"
OPEN_PAREN    : "("
CLOSE_PAREN   : ")"

Thanks, this is now fixed.