mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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)
|
||||
; field: (ident)
|
||||
(call
|
||||
item: (builtin)) @function.builtin
|
||||
item: (builtin) @function.builtin)
|
||||
(call
|
||||
item: (ident)) @function.call
|
||||
item: (ident) @function.call)
|
||||
|
||||
;; text
|
||||
(text) @spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue