mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(typst): nest @variable.member highlight capture
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
bdff1ab16b
commit
3f2f770aad
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
; name-value pairs
|
||||
(tagged
|
||||
field: (ident)) @variable.member
|
||||
field: (ident) @variable.member)
|
||||
|
||||
; function definitions, calls, etc.
|
||||
; TODO: support for functions such as #calc.cos, tree view appears as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue