mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(kitty): align line continuation highlights
Changes them from `@comment` to `@punctuation.special`, which is how they are in other languages.
This commit is contained in:
parent
763f1e650b
commit
09d50fd157
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
(line_continuation) @comment
|
(line_continuation) @punctuation.special
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
(comment_content) @spell) @comment
|
(comment_content) @spell) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue