Skip to content

Commit

Permalink
misc: it looks like I've broken the extension :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 30, 2024
1 parent dea6aee commit 5647d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
.github/*
6 changes: 0 additions & 6 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{|", "|}"],
["[|", "|]"],
["(|", "|)"],
["{", "}"],
["[", "]"],
["(", ")"]
],
"colorizedBracketPairs": [
["{|", "|}"],
["[|", "|]"],
["(|", "|)"],
["{", "}"],
["[", "]"],
Expand All @@ -23,8 +19,6 @@
"autoClosingPairs": [
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "/*", "close": " */", "notIn": ["string"] },
["{|", "|}"],
["[|", "|]"],
["(|", "|)"],
["{", "}"],
["[", "]"],
Expand Down

0 comments on commit 5647d03

Please sign in to comment.