mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(cmake): add escape to highlight
add escape word like "\n", "\;" to highlight Log: escape sequence highlight for cmake
This commit is contained in:
parent
d50ded1471
commit
bf8e987519
1 changed files with 1 additions and 0 deletions
|
|
@ -123,3 +123,4 @@
|
|||
(#match? @function.builtin "\\c^(add_custom_command)$")
|
||||
)
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue