We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d32a41 commit 1b1323fCopy full SHA for 1b1323f
README.md
@@ -15,7 +15,7 @@ Vim Script language support for VSCode.
15
- `*.vim`
16
- `*.vimrc`
17
- `*.gvimrc`
18
- - `*.ideavim`
+ - `*.ideavim` / `.ideavim` / `.ideavimrc`
19
- `*.exrc`
20
21
## TODO
@@ -25,4 +25,4 @@ Vim Script language support for VSCode.
25
26
## Contribution
27
28
-Pull requests are welcomed.
+Pull requests are welcomed.
package.json
@@ -52,7 +52,9 @@
52
".exrc"
53
],
54
"filenames": [
55
- "vimrc"
+ "vimrc",
56
+ ".ideavim",
57
+ ".ideavimrc"
58
59
"configuration": "./language-configuration.json"
60
}]
0 commit comments