fix(typst): prevent highlighting entire function calls

This commit is contained in:
Raafat Turki 2024-02-16 22:04:02 +03:00 committed by Amaan Qureshi
parent c76e7e2a28
commit 06d575ead4

View file

@ -86,9 +86,9 @@
;; (builtin)
; field: (ident)
(call
item: (builtin)) @function.builtin
item: (builtin) @function.builtin)
(call
item: (ident)) @function.call
item: (ident) @function.call)
;; text
(text) @spell