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
Owner

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
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
Christoph added 1 commit 2026-09-04 11:39:04 +00:00
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
Christoph merged commit a5ff3b55ff into main 2026-09-04 11:39:08 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Christoph/nx_post_support#35