Skip to content

Commit 44744ad

Browse files
authored
Fix vim comments and extensions
1 parent e8712d0 commit 44744ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

languages.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6645,16 +6645,18 @@
66456645
"== "
66466646
],
66476647
"extensions": [
6648-
"vim"
6648+
"vim",
6649+
"vimrc",
6650+
"gvimrc"
66496651
],
66506652
"line_comment": [
6651-
"\\\""
6653+
"\"", "#"
66526654
],
66536655
"multi_line": [],
66546656
"quotes": [
66556657
{
6656-
"end": "\\\"",
6657-
"start": "\\\""
6658+
"end": "\"",
6659+
"start": "\""
66586660
},
66596661
{
66606662
"end": "'",

0 commit comments

Comments
 (0)