Topic on Extension talk:Highlightjs Integration

Nicole Sharp (talkcontribs)

I can't get maxima recognized for syntax highlighting. Any suggestions? I already upgraded to HighlightJS 10.7.1, though Maxima has been available for HighlightJS since 9.2.0. Maxima highlighting is not available at all with Pygments SyntaxHighlight so would really like to see this working if possible. Nicole Sharp (talk) 11:27, 27 March 2021 (UTC)

Nicole Sharp (talkcontribs)

I got it working. Add "highlight/languages/maxima.min.js", to extension.json as below.

            "scripts": [
                "highlight/highlight.min.js",
                "highlight/languages/maxima.min.js",
                "init.js"
            ],

Nicole Sharp (talk) 11:40, 27 March 2021 (UTC)

Reply to "Maxima"