mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(razor)!: update parser and queries
Breaking change: `(at_await)` node removed
This commit is contained in:
parent
ef7a00503b
commit
0f2324ac88
2 changed files with 5 additions and 2 deletions
|
|
@ -51,7 +51,10 @@
|
|||
"at_explicit"
|
||||
] @variable
|
||||
|
||||
"at_await" @keyword.coroutine
|
||||
(razor_implicit_expression
|
||||
"at_implicit" @keyword.coroutine
|
||||
(await_expression
|
||||
"await" @keyword.coroutine))
|
||||
|
||||
(razor_rendermode) @property
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue