sublimetext-asciidoc
sublimetext-asciidoc copied to clipboard
Syntax highlighter doesn’t handle monospace inlines correctly when followed by hash
For example:
The highlight for the next inline monospace #include <string.h>
doesn’t stop after greater than.
I know about this bug. I'm still waiting for SublimeText >=3084 to be finally available for free; in this version was introduced new syntax definition format. The new format is much more suitable for grammars like AsciiDoc.
Thanks for your feedback.
Saludos.
José María.
On Sun, Dec 13, 2015 at 11:18 PM, Jakub Jirutka [email protected] wrote:
I know about this bug. I'm still waiting for SublimeText >=3084 to be finally available for free; in this version was introduced new syntax definition format. The new format is much more suitable for grammars like AsciiDoc.
— Reply to this email directly or view it on GitHub https://github.com/asciidoctor/sublimetext-asciidoc/issues/4#issuecomment-164324386 .
I just ran into the same issue, now with build 3126. Is moving to the new syntax definition still planned?
(BTW, thanks a lot for this fantastic package!)
I myself just ran into this issue. Is this something that we can easily fix ourselves? I'm not familiar with how Sublime Syntax Packages are written.
Any Workaround available with this issue until it get's fixed?
Okay, I found an workaround :)
* <<JSFEL, Expression Language für JSP-API>>: `#{}`
Just got bitten my this one. Would be awesome if it could be fixed :)