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

Possible bug : Syntaxbox is not detecting $ as a scope end marker. #14

Open
GoogleCodeExporter opened this issue Aug 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I have a syntax definition as follows

--------------------------------------------------------------------------------
--------------------
<Block Name="Stream" Style="Stream" EscapeChar="" IsMultiline="false">
        <Scope Start="$" End="$"  EscapeChar="\" Style="Stream" />
</Block>

<Style Name="Stream" ForeColor="Olive" BackColor="Transparent" Bold="false" 
Italic="false" Underline="false" />
--------------------------------------------------------------------------------
--------------------

The color is staying Olive beyond the $ end marker. Precisely, if I write 
$EDRTT$1234 in the Syntaxbox then ideally $EDRTT$ should be in Olive, but 
actually the color of the whole string(i.e. $EDRTT$1234) is staying Olive.

To reproduce the bug, just change any of the Block's scope start and end 
markers in any syntax file (e.g. "CS String" scope of CSharp.syn file).

Original issue reported on code.google.com by anidotNET on 23 Apr 2011 at 1:12

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

No branches or pull requests

1 participant