You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as that set has no 'exit' rule for this particular case. I'm guessing the intention for that rule was to support syntax highlighting for GitHub-style checkboxes, e.g.
- [ ]
- [x]
Any thoughts on if this can / should be handled?
The text was updated successfully, but these errors were encountered:
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
See screenshot:
I believe this is caused by the intermediate highlight rule
listblock-start
:https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/markdown_highlight_rules.js#L92-L96
https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/markdown_highlight_rules.js#L152-L156
as that set has no 'exit' rule for this particular case. I'm guessing the intention for that rule was to support syntax highlighting for GitHub-style checkboxes, e.g.
Any thoughts on if this can / should be handled?
The text was updated successfully, but these errors were encountered: