Hi, I'm implementing syntax highlighting for a weird unit test format that prefixes each line of HTML with the string "//!". I know Vim supports highlighting multiple languages in one file via ":syntax include", but is there some way to make that matching ignore the prefix? I think I could pull it off for line-by-line highlighting, but that would break things like embedded JavaScript.
Regards, Ulf -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
