aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/starlark/highlights.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/queries/starlark/highlights.scm b/queries/starlark/highlights.scm
index 8ce3d0f77..401b985d7 100644
--- a/queries/starlark/highlights.scm
+++ b/queries/starlark/highlights.scm
@@ -218,7 +218,6 @@
] @keyword.function
[
- "assert"
"async"
"await"
"exec"
@@ -256,6 +255,11 @@
;; Starlark-specific
+;; Assertion calls
+(assert_keyword) @keyword
+
+(assert_builtin) @function.builtin
+
;; Struct definitions
((call
function: (identifier) @_func