mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Fix(vue): Invalid match queries
This commit is contained in:
parent
8abb563ca9
commit
f5d517f4a7
2 changed files with 35 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
(start_tag) @_no_attribute
|
||||
(raw_text) @css)
|
||||
(#match? @_no_attribute "^\\<\\s*style\\s*\\>$")
|
||||
; unsure why, but without escaping < and > the query breaks
|
||||
)
|
||||
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue