vimrc: support for toggling comments

This commit is contained in:
Jason Fields 2020-09-01 10:45:34 -04:00
parent 7275183a98
commit 5b89cec1c2
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{
"comments": {
"lineComment": "\""
}
}

View File

@ -1009,7 +1009,8 @@
"id": "vimrc", "id": "vimrc",
"extensions": [ "extensions": [
".vimrc" ".vimrc"
] ],
"configuration": "./language-configuration.json"
} }
], ],
"grammars": [ "grammars": [