Skip to content

Commit

Permalink
Add brackets queries (#5)
Browse files Browse the repository at this point in the history
* support editor: move to enclosing bracket #2

* Treat quotes as brackets

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
  • Loading branch information
jetmind and maxdeviant authored Jan 30, 2025
1 parent 9cb498f commit 126ff0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions languages/gleam/brackets.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)
("\"" @open "\"" @close)

0 comments on commit 126ff0f

Please sign in to comment.