1
0
Fork 0

nvim: Remove fennel rainbow-parens queries

This commit is contained in:
Daniel Kempkens 2023-03-27 22:46:41 +02:00
parent 7325695ad7
commit 63805a3e12
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,11 +0,0 @@
(list
("(" @opening)
(")" @closing)) @container
(table
("{" @opening)
("}" @closing)) @container
(sequential_table
("[" @opening)
("]" @closing)) @container