Skip to content

Commit 5b89cec

Browse files
committed
vimrc: support for toggling comments
1 parent 7275183 commit 5b89cec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

language-configuration.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"comments": {
3+
"lineComment": "\""
4+
}
5+
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,8 @@
10091009
"id": "vimrc",
10101010
"extensions": [
10111011
".vimrc"
1012-
]
1012+
],
1013+
"configuration": "./language-configuration.json"
10131014
}
10141015
],
10151016
"grammars": [

0 commit comments

Comments
 (0)