Skip to content

Commit 2228b3c

Browse files
committed
fix: add missing language configuration
1 parent 4ce2568 commit 2228b3c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ typings/
5959

6060
# next.js build output
6161
.next
62+
63+
*.vsix

.vscodeignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.vscode/**
22
.gitignore
3-
node_modules
3+
node_modules
4+
5+
*.vsix

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viml",
33
"displayName": "VimL (Vim Language, Vim Script)",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Vim Script language support for VSCode.",
66
"scripts": {
77
"update-grammar": "update-grammar Alhadis/language-viml grammars/viml.cson syntaxes/viml.tmLanguage.json"
@@ -49,7 +49,8 @@
4949
".vimrc",
5050
".gvim",
5151
".ideavim"
52-
]
52+
],
53+
"configuration": "./language-configuration.json"
5354
}]
5455
}
5556
}

0 commit comments

Comments
 (0)