Skip to content

Commit

Permalink
add brackets.scm (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: lv <[email protected]>
  • Loading branch information
kylepritchard and lv37 authored Aug 7, 2024
1 parent 35e5afd commit 555eb89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages/v/brackets.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)

(string_interpolation (interpolation_opening) @open (interpolation_closing) @close)

0 comments on commit 555eb89

Please sign in to comment.