Add parser and queries for go
Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
36ce3eb5ef
commit
129fc515ef
7 changed files with 167 additions and 0 deletions
3
crates/zed/src/languages/go/brackets.scm
Normal file
3
crates/zed/src/languages/go/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