mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -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"
|
"async"
|
||||||
"await"
|
|
||||||
"exec"
|
"exec"
|
||||||
"nonlocal"
|
|
||||||
"pass"
|
"pass"
|
||||||
"print"
|
"print"
|
||||||
"with"
|
"with"
|
||||||
"as"
|
"as"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
"async" @keyword.coroutine
|
||||||
"async"
|
|
||||||
"await"
|
|
||||||
] @keyword.coroutine
|
|
||||||
|
|
||||||
"return" @keyword.return
|
"return" @keyword.return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue