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
- Invalid literals are no longer highlighted as valid syntax Closes#99
- Invalid bold text (e.g. `** invalid**`) is no longer highlighted as valid syntax. Closes#127
- Invalid italic text (e.g. `*invalid *`) is no longer highlighted as valid syntax. Closes#128
- Fix syntax highlighting for namespaced roles (e.g. `:py:func:`) and directives (e.g. `.. py:function::`) Closes#98
- Adjust the scopes used by the grammar to hopefully be more consistent
See the leading space? According to the documentation this is invalid markup and therefore should not be highlighted as a code literal.
I assume that the grammar has similar issues for italics and bold also
The text was updated successfully, but these errors were encountered: