microsoft / vscode-markdown-tm-grammar

VS Code built-in markdown extension's Textmate grammar
MIT License
64 stars 49 forks source link

Numbered Lists using closing parenthesis ')' not highlighted as such #140

Closed msftrncs closed 1 year ago

msftrncs commented 1 year ago

Numbered lists using the 'n) ' syntax do not seem to be supported for syntax highlighting but is supported by VSCode's markdown preview.

See https://github.com/microsoft/vscode/issues/183579

Furthermore, the syntax then triggers a mismatched bracket indication as reported by the issue above.

Example:
1) Item 1
2) Item 2

Is the same as:
1. Item 1
2. Item 2

As seen in the editor: image