Skip to content
New issue

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

How about to separate repository for syntax/aspx? #24

Open
mattn opened this issue Oct 2, 2014 · 1 comment
Open

How about to separate repository for syntax/aspx? #24

mattn opened this issue Oct 2, 2014 · 1 comment

Comments

@mattn
Copy link
Contributor

mattn commented Oct 2, 2014

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
@kianryan
Copy link
Member

I'd consider this if there's a reasonable VB syntax file, which I've not seen yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants