mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
don't capture tables as headings
This commit is contained in:
parent
96290ae7ea
commit
39904fd016
1 changed files with 1 additions and 20 deletions
|
|
@ -1,23 +1,4 @@
|
|||
(table
|
||||
[
|
||||
(bare_key) @markup.heading
|
||||
(dotted_key
|
||||
(bare_key) @markup.heading)
|
||||
])
|
||||
|
||||
(table_array_element
|
||||
[
|
||||
(bare_key) @markup.heading
|
||||
(dotted_key
|
||||
(bare_key) @markup.heading)
|
||||
])
|
||||
|
||||
(pair
|
||||
[
|
||||
(bare_key) @property
|
||||
(dotted_key
|
||||
(bare_key) @property)
|
||||
])
|
||||
(bare_key) @property
|
||||
|
||||
[
|
||||
(string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue