nvim: Remove fennel rainbow-parens queries
This commit is contained in:
parent
7325695ad7
commit
63805a3e12
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
(list
|
||||
("(" @opening)
|
||||
(")" @closing)) @container
|
||||
|
||||
(table
|
||||
("{" @opening)
|
||||
("}" @closing)) @container
|
||||
|
||||
(sequential_table
|
||||
("[" @opening)
|
||||
("]" @closing)) @container
|
Loading…
Reference in a new issue