mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(typst): prevent highlighting entire function calls
This commit is contained in:
parent
c76e7e2a28
commit
06d575ead4
1 changed files with 2 additions and 2 deletions
|
|
@ -86,9 +86,9 @@
|
||||||
;; (builtin)
|
;; (builtin)
|
||||||
; field: (ident)
|
; field: (ident)
|
||||||
(call
|
(call
|
||||||
item: (builtin)) @function.builtin
|
item: (builtin) @function.builtin)
|
||||||
(call
|
(call
|
||||||
item: (ident)) @function.call
|
item: (ident) @function.call)
|
||||||
|
|
||||||
;; text
|
;; text
|
||||||
(text) @spell
|
(text) @spell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue