Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/typst/highlights.scm')
-rw-r--r--runtime/queries/typst/highlights.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/queries/typst/highlights.scm b/runtime/queries/typst/highlights.scm
index 0bbccede..4e012a2f 100644
--- a/runtime/queries/typst/highlights.scm
+++ b/runtime/queries/typst/highlights.scm
@@ -21,6 +21,7 @@
; OPERATOR
(in ["in" "not"] @keyword.operator)
+(context "context" @keyword.control)
(and "and" @keyword.operator)
(or "or" @keyword.operator)
(not "not" @keyword.operator)
@@ -45,12 +46,9 @@
(string) @string
(content ["[" "]"] @operator)
(bool) @constant.builtin.boolean
-(builtin) @constant.builtin
(none) @constant.builtin
(auto) @constant.builtin
(ident) @variable
-(call
- item: (builtin) @function.builtin)
; MARKUP
(item "-" @markup.list)