mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
fix: align line continuation highlights (#8146)
These should be `@punctuation.special`. Added the highlight for python, cylc, and make. Corrected it for earthfile and matlab.
This commit is contained in:
parent
bd99d6bd2b
commit
6ac9f2e512
5 changed files with 10 additions and 5 deletions
|
|
@ -211,10 +211,9 @@
|
|||
(#eq? @boolean "false"))
|
||||
|
||||
; Comments
|
||||
[
|
||||
(comment)
|
||||
(line_continuation)
|
||||
] @comment @spell
|
||||
(comment) @comment @spell
|
||||
|
||||
(line_continuation) @punctuation.special
|
||||
|
||||
((comment) @keyword.directive
|
||||
(#lua-match? @keyword.directive "^%%%% "))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue