Skip to content

Commit 84dd6f8

Browse files
authored
Create language-configuration.json
1 parent 3b12dff commit 84dd6f8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

syntaxes/language-configuration.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"comments": {
3+
"lineComment": "#"
4+
},
5+
"brackets": [
6+
[
7+
"(",
8+
")"
9+
],
10+
[
11+
"<",
12+
">"
13+
],
14+
[
15+
"{",
16+
"}"
17+
]
18+
],
19+
"autoClosingPairs": [
20+
[
21+
"(",
22+
")",
23+
],
24+
[
25+
"<",
26+
">"
27+
],
28+
[
29+
"{",
30+
"}"
31+
]
32+
]
33+
}

0 commit comments

Comments
 (0)