Skip to content

Commit cd83af9

Browse files
author
Lukas Neubert
committed
add language configuration
1 parent 80a461e commit cd83af9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

vba.configuration.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"comments": {
3+
"lineComment": "'"
4+
},
5+
"brackets": [
6+
["(", ")"]
7+
],
8+
"autoClosingPairs": [
9+
["(", ")"],
10+
["\"", "\""]
11+
],
12+
"surroundingPairs": [
13+
["(", ")"],
14+
["\"", "\""]
15+
]
16+
}

0 commit comments

Comments
 (0)