WIP
This commit is contained in:
parent
c2ffd8975b
commit
9a1a9813cb
6 changed files with 78 additions and 0 deletions
3
crates/zed/src/languages/bash/brackets.scm
Normal file
3
crates/zed/src/languages/bash/brackets.scm
Normal file
|
@ -0,0 +1,3 @@
|
|||
("(" @open ")" @close)
|
||||
("[" @open "]" @close)
|
||||
("{" @open "}" @close)
|
Loading…
Add table
Add a link
Reference in a new issue