Skip to content

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

@mattn

Description

@mattn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions