mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Only allow yaml at start of file
This commit is contained in:
parent
1b74deaa32
commit
7e3b06df71
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
((html_block) @html)
|
((html_block) @html)
|
||||||
((html_tag) @html)
|
((html_tag) @html)
|
||||||
|
|
||||||
((thematic_break) (_) @yaml @combined (thematic_break))
|
(document . (thematic_break) (_) @yaml @combined (thematic_break))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue