I am experiencing a trouble with the C# syntax higlighting:

For the line (if presented in single line)
  string x = @"  <xsl:template match=""/*""> ";
the highlighting works ok.

However, if I use it in the multi line string:

string x = "  ...
    <xsl:template match=""/*""> ";

everything from the "/*" is considered as a comment, which is not
correct for C#.

------------------

Does anybody have a fix for this issue?

(Anyway - where do I file a bug for the issues like this?)

Thanks, Stefan

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to