From 01b42a1a57b020f18c2bf73fb545a3a7833166c9 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 24 Apr 2023 00:30:18 -0400 Subject: feat(python,starlark): highlight type conversions as `@function.macro` --- queries/python/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 5496263f0..6e9436ff1 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -304,6 +304,8 @@ "{" @punctuation.special "}" @punctuation.special) +(type_conversion) @function.macro + ["," "." ":" ";" (ellipsis)] @punctuation.delimiter ;; Class definitions -- cgit v1.2.3-70-g09d2