mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(toml): fix captures
This commit is contained in:
parent
caa616d88e
commit
00ee32aca9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
; Properties
|
||||
;-----------
|
||||
|
||||
(bare_key) @property
|
||||
(bare_key) @type
|
||||
(quoted_key) @string
|
||||
(pair (bare_key)) @property
|
||||
|
||||
; Literals
|
||||
;---------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue