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

Markdown: no highlighting for sections after empty bullet / list #2950

Closed
kevinushey opened this issue Apr 19, 2016 · 1 comment
Closed

Markdown: no highlighting for sections after empty bullet / list #2950

kevinushey opened this issue Apr 19, 2016 · 1 comment

Comments

@kevinushey
Copy link
Contributor

See screenshot:

screen shot 2016-04-19 at 11 14 29 am

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.

- [ ]
- [x]

Any thoughts on if this can / should be handled?

@github-actions
Copy link

github-actions bot commented May 9, 2022

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.

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