diff options
Diffstat (limited to 'grammars/c++.bp')
| -rw-r--r-- | grammars/c++.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/c++.bp b/grammars/c++.bp index a48d5a2..1553bb3 100644 --- a/grammars/c++.bp +++ b/grammars/c++.bp @@ -7,7 +7,7 @@ # See the accompanying README.md for more info. comment: "//" .. $ / "/*" ..%\n "*/" -string: `" ..%(`\.) `" +string: `" ..%string-escape `" keyword: "alignas" / "alignof" / "and" / "and_eq" / "asm" / "atomic_cancel" / "atomic_commit" / "atomic_noexcept" / "auto" / "bitand" / "bitor" / "bool" / "break" / "case" / "catch" / |
