Skip to content

Commit

Permalink
additional pair
Browse files Browse the repository at this point in the history
  • Loading branch information
Brahn Partridge committed Feb 7, 2017
1 parent 8f306fa commit b82b9f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clarion.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
["(", ")"],
["<", ">"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"],
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }

],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"],
["'", "'"]
]
}

0 comments on commit b82b9f8

Please sign in to comment.