From 6ac9f2e51270cd6f57c4783a36c60cd03e4cfb94 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Sun, 21 Sep 2025 16:59:47 -0700 Subject: 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. --- runtime/queries/python/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/queries/python/highlights.scm') diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm index e5b9ac3aa..3e777d08b 100644 --- a/runtime/queries/python/highlights.scm +++ b/runtime/queries/python/highlights.scm @@ -247,6 +247,8 @@ "{" @punctuation.special "}" @punctuation.special) +(line_continuation) @punctuation.special + (type_conversion) @function.macro [ -- cgit v1.2.3-70-g09d2