
Hi,
I merge SQL dynamic syntax language and VBSyntaxLanguage using Direct Lexical State Transition and custom tags <% and %>. I noticed, when I type:
<% Console %>
the end of the state transition is detected - ok.
But in case, when there's no whitespace before tag %>, i.e. when I type:
<% Console%>
the end of the state transition isn't detected.
There's no such problem if I merge SQL dynamic syntax language and VB.NET dynamic syntax language.
Is it a bug?
Thanks,
Nik
I merge SQL dynamic syntax language and VBSyntaxLanguage using Direct Lexical State Transition and custom tags <% and %>. I noticed, when I type:
<% Console %>
the end of the state transition is detected - ok.
But in case, when there's no whitespace before tag %>, i.e. when I type:
<% Console%>
the end of the state transition isn't detected.
There's no such problem if I merge SQL dynamic syntax language and VB.NET dynamic syntax language.
Is it a bug?
Thanks,
Nik