mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(starlark): remove unused rules
This commit is contained in:
parent
d912ede290
commit
6115c3664c
1 changed files with 1 additions and 6 deletions
|
|
@ -250,19 +250,14 @@
|
|||
|
||||
[
|
||||
"async"
|
||||
"await"
|
||||
"exec"
|
||||
"nonlocal"
|
||||
"pass"
|
||||
"print"
|
||||
"with"
|
||||
"as"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"async"
|
||||
"await"
|
||||
] @keyword.coroutine
|
||||
"async" @keyword.coroutine
|
||||
|
||||
"return" @keyword.return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue