aboutsummaryrefslogtreecommitdiff
path: root/grammars/lua.bp
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/lua.bp')
-rw-r--r--grammars/lua.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/lua.bp b/grammars/lua.bp
index 6967f1e..562b44a 100644
--- a/grammars/lua.bp
+++ b/grammars/lua.bp
@@ -7,7 +7,7 @@
# See the accompanying README.md for more info.
comment: "--" (`[ @eqs=*`= `[ ..%\n (`]eqs`]) / ..$)
-string: `"..%(`\.) `" / `' ..%(`\.) `' / `[ @eqs=*`= `[ ..%\n (`]eqs`])
+string: `"..%string-escape `" / `' ..%string-escape `' / `[ @eqs=*`= `[ ..%\n (`]eqs`])
table: `{ ..%(table/string/comment/\n) `}
keyword:
"and" / "break" / "do" / "else" / "elseif" / "end" / "false" / "for" /