Closed ahelwer closed 3 years ago
nvim-treesitter supports a @string.escape capture. It is often useful to highlight escaped characters in strings.
@string.escape
Related: https://github.com/tree-sitter/tree-sitter/issues/474
Possibly also break up binary/octal/hex numbers to highlight indicator sequence differently.
nvim-treesitter supports a
@string.escape
capture. It is often useful to highlight escaped characters in strings.