mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00: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:
committed by
Christian Clason
parent
763f1e650b
commit
09d50fd157
@@ -1,4 +1,4 @@
|
||||
(line_continuation) @comment
|
||||
(line_continuation) @punctuation.special
|
||||
|
||||
(comment
|
||||
(comment_content) @spell) @comment
|
||||
|
||||
Reference in New Issue
Block a user