We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Windows, .vimrc and .gvimrc are _vimrc and _gvimrc. So VimL.sublime-syntax requires 2 additional lines:
.vimrc
.gvimrc
_vimrc
_gvimrc
VimL.sublime-syntax
file_extensions: - _vimrc - _gvimrc
The text was updated successfully, but these errors were encountered:
Fix #17
93c1ce1
Add Windows file extensions (#18)
4e4bf89
Fixes #17.
Successfully merging a pull request may close this issue.
On Windows,
.vimrc
and.gvimrc
are_vimrc
and_gvimrc
. SoVimL.sublime-syntax
requires 2 additional lines:The text was updated successfully, but these errors were encountered: