feat(syntax): add escaped-quoted-strings token to def syntax #35
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/35/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduces an escaped-quoted-strings pattern for the def syntax.
It enables proper highlighting of strings with escapes and vars.
The change adds the new pattern to the syntax and fixes the EOF newline.