Is your feature request related to a problem? Please describe.
"I'm always frustrated when..." I have a code block example of MyST, and it is not highlighted to make the syntax elements visible because there's no syntax highlighter that I can use with pygments that gives me highlighted MyST sources. :)
Describe the solution you'd like
A definition of a MySTLexer for pygments in this package (or upstream!) that correctly handles code blocks with MyST directives as well as inline MyST directives. :)
Describe alternatives you've considered
Maintaining status quo... which is "fine".
Additional context
A/B screenshots -- highlighting of equivalent example snippets in MyST and reST, using the default theme in pygments (md lexer vs rest lexer).


Is your feature request related to a problem? Please describe.
"I'm always frustrated when..." I have a code block example of MyST, and it is not highlighted to make the syntax elements visible because there's no syntax highlighter that I can use with pygments that gives me highlighted MyST sources. :)
Describe the solution you'd like
A definition of a MySTLexer for pygments in this package (or upstream!) that correctly handles code blocks with MyST directives as well as inline MyST directives. :)
Describe alternatives you've considered
Maintaining status quo... which is "fine".
Additional context
A/B screenshots -- highlighting of equivalent example snippets in MyST and reST, using the
defaulttheme in pygments (mdlexer vsrestlexer).