mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11: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
|
|
@ -1849,7 +1849,7 @@ return {
|
|||
},
|
||||
razor = {
|
||||
install_info = {
|
||||
revision = 'fe46ce5ea7d844e53d59bc96f2175d33691c61c5',
|
||||
revision = '1e8ec29b7179329ce7cffcfae2c5347e8a00f7cf',
|
||||
url = 'https://github.com/tris203/tree-sitter-razor',
|
||||
},
|
||||
maintainers = { '@tris203' },
|
||||
|
|
|
|||
|
|
@ -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