Skip to content

Commit

Permalink
distribution: colorizedBracketPairs and autoCloseBefore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 3, 2025
1 parent 5c1bd15 commit 3c4ac62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/src/assembly/actionscript.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
["'", "'"],
["\"", "\""]
],
"colorizedBracketPairs": [
["(", ")"],
["[", "]"],
["{", "}"]
],
"autoCloseBefore": ";:.,=}]) \n\t",
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region",
Expand Down

0 comments on commit 3c4ac62

Please sign in to comment.