mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
fix(wxml): escape - in lua pattern
This commit is contained in:
parent
17480f6fa6
commit
c441008d94
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
(#lua-match? @keyword "^catch"))
|
||||
|
||||
((attribute_name) @keyword
|
||||
(#lua-match? @keyword "^mut-bind"))
|
||||
(#lua-match? @keyword "^mut%-bind"))
|
||||
|
||||
((attribute_name) @keyword
|
||||
(#lua-match? @keyword "^model:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue