Add parser and queries for go

Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Max Brunsfeld 2022-06-08 10:44:13 -07:00
parent 36ce3eb5ef
commit 129fc515ef
7 changed files with 167 additions and 0 deletions

View file

@ -0,0 +1,3 @@
("[" @open "]" @close)
("{" @open "}" @close)
("\"" @open "\"" @close)