tree-sitter-nu icon indicating copy to clipboard operation
tree-sitter-nu copied to clipboard

feat: raw strings: distinguish delimiters from actual string

Open mrdgo opened this issue 1 year ago • 0 comments

We could set the delimiters to a different highlight group. Example @punctuation.special: image

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?

mrdgo avatar Sep 24 '24 15:09 mrdgo