mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
fix(nqc): remove unused rule
This commit is contained in:
parent
f209410513
commit
1a506b6007
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
; inherits: c
|
; inherits: c
|
||||||
|
|
||||||
[
|
"task" @keyword.function
|
||||||
"task"
|
|
||||||
"sub"
|
|
||||||
] @keyword.function
|
|
||||||
|
|
||||||
"until" @keyword.repeat
|
"until" @keyword.repeat
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue