mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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
|
; Properties
|
||||||
;-----------
|
;-----------
|
||||||
|
|
||||||
(bare_key) @property
|
(bare_key) @type
|
||||||
(quoted_key) @string
|
(quoted_key) @string
|
||||||
|
(pair (bare_key)) @property
|
||||||
|
|
||||||
; Literals
|
; Literals
|
||||||
;---------
|
;---------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue