It would be nice, if the Soar code snippets on the website would have syntax highlighting.
According to the MkDocs Material docs relies on pygments to highlight the syntax of code blocks. Unfortunately, pygments does not have a Soar lexer, yet.
I have created a pygments lexer for Soar in my fork, but this needs more work until it might be in a state which is acceptable to be merged in pygments.
Tasks for native highlighting for Soar code via mkdocs:
It would be nice, if the Soar code snippets on the website would have syntax highlighting.
According to the MkDocs Material docs relies on pygments to highlight the syntax of code blocks. Unfortunately, pygments does not have a Soar lexer, yet.
I have created a pygments lexer for Soar in my fork, but this needs more work until it might be in a state which is acceptable to be merged in pygments.
Tasks for native highlighting for Soar code via mkdocs: