I am looking to have python syntax highlighting support. I've upgraded from YAF 2.1.2, where the older style syntax highlighter was used - this referred to Python as Pyton in the drop down.
With YAF 2.2.0, python is no longer a default option. For now, I have modified the jquery.ForumExtensions.min.js file inside the scripts folder to override the rules for code=sql with the style markup rules for Python, but I'd like to create a new entry or rename a currently used one. What are the necessary steps to do this?
Thanks in advance.