Skip to content

Commit

Permalink
Fix vim comments and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Apr 3, 2021
1 parent e8712d0 commit 44744ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions languages.json
Expand Up @@ -6645,16 +6645,18 @@
"== "
],
"extensions": [
"vim"
"vim",
"vimrc",
"gvimrc"
],
"line_comment": [
"\\\""
"\"", "#"
],
"multi_line": [],
"quotes": [
{
"end": "\\\"",
"start": "\\\""
"end": "\"",
"start": "\""
},
{
"end": "'",
Expand Down

0 comments on commit 44744ad

Please sign in to comment.