feat(syntax): add escaped-quoted-strings token to def syntax #35

Merged
Christoph merged 1 commits from new_completions into main 2026-09-04 11:39:08 +00:00
1 Commits
Author SHA1 Message Date
Christoph Brandau 26225eb8ed feat(syntax): add escaped-quoted-strings token to def syntax
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.

- Adds escaped-quoted-strings for escapes and embedded vars
- Registers new pattern in repository for proper highlighting
- Ensures trailing newline in the file
2026-09-04 08:39:46 +02:00