diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/python/highlights.scm | 2 | ||||
| -rw-r--r-- | queries/starlark/highlights.scm | 2 |
2 files changed, 4 insertions, 0 deletions
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 diff --git a/queries/starlark/highlights.scm b/queries/starlark/highlights.scm index ad2ecb89d..b203bc9d6 100644 --- a/queries/starlark/highlights.scm +++ b/queries/starlark/highlights.scm @@ -259,6 +259,8 @@ "{" @punctuation.special "}" @punctuation.special) +(type_conversion) @function.macro + ["," "." ":" ";" (ellipsis)] @punctuation.delimiter ;; Error |
