1
0
mirror of https://github.com/cmur2/language-fluentd.git synced 2025-07-03 13:11:24 +02:00

grammar: add support for escape sequenes in single, double and unquoted strings

This commit is contained in:
cn
2017-11-24 23:18:04 +01:00
parent f2d50423de
commit ee37db2d42
2 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,7 @@ NEW FEATURES:
- Support folding markers for directives like `<source>...</source>`
- Support toggling comments
- Support escape sequenes like `foo\nbar` in single, double and unquoted strings
IMPROVEMENTS: