fix: align line continuation highlights

These should be `@punctuation.special`. Added the highlight for python,
cylc, and make. Corrected it for earthfile and matlab.
This commit is contained in:
Riley Bruins 2025-09-21 16:12:10 -07:00
parent bd99d6bd2b
commit 333d567652
5 changed files with 10 additions and 5 deletions

View file

@ -247,6 +247,8 @@
"{" @punctuation.special
"}" @punctuation.special)
(line_continuation) @punctuation.special
(type_conversion) @function.macro
[