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
Someone uses aspx with vb. But unfortunately, vim-csharp doesn't work with aspx for vb. How about to separate repository for syntax/aspx.vim ?
Or, handle file extension vb/cs exists?
if filereadable(expand("%:p") . ".vb") syn include @aspnetAddLang syntax/vbnet.vim unlet b:current_syntax elseif filereadable(expand("%:p") . ".cs") syn include @aspnetAddLang syntax/cs.vim unlet b:current_syntax endif
The text was updated successfully, but these errors were encountered:
I'd consider this if there's a reasonable VB syntax file, which I've not seen yet.
Sorry, something went wrong.
No branches or pull requests
Someone uses aspx with vb. But unfortunately, vim-csharp doesn't work with aspx for vb.
How about to separate repository for syntax/aspx.vim ?
Or, handle file extension vb/cs exists?
The text was updated successfully, but these errors were encountered: