Skip to content

Commit

Permalink
Update autoclose config
Browse files Browse the repository at this point in the history
  • Loading branch information
CFiggers committed Nov 3, 2024
1 parent c027e92 commit d25ef0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hy.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
{"open": "\"", "close": "\"", "notIn": ["string"]},
{"open": "'", "close": "'" , "notIn": ["string", "comment"]}
],

"autoCloseBefore": ";:.,=<([{}])>` \n\t\\w",

// symbols that that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
Expand Down

0 comments on commit d25ef0f

Please sign in to comment.