Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: raw strings: distinguish delimiters from actual string (#114)
We could set the delimiters to a different highlight group. Example `@punctuation.special`: ![image](https://github.com/user-attachments/assets/4903f641-48fe-42f4-87dd-6245c644447d) To see all available groups, hit `:h treesitter-highlight-groups`. I could see: - `@punctuation.special` - `@punctuation.delimiter` - `@tag.delimiter` - `@string.escape` - `@string.special` - `@string.special.symbol` Any opinions? Edit: with highlights now in `nvim-treesitter`, this feels a bit weird. But we can still maintain our own highlights :D
- Loading branch information