alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
701 stars 89 forks source link

Please add robotC and gml #15

Closed HunAndBun closed 7 years ago

HunAndBun commented 7 years ago

For users who use the RobotC language for Vex Robotics or equivalents, and for those who use Game Maker's custom language. This would be incredibly helpful.

alexwforsythe commented 7 years ago

code-blocks uses highlight.js for all syntax highlighting, so we can only add languages supported by that library. Unfortunately, ROBOTC and GML aren't implemented yet. You can see a list of supported languages here.

Due to our complete reliance on that library, I will refer to their position on requesting new languages: http://highlightjs.readthedocs.io/en/latest/language-requests.html