olsak / OpTeX

OpTeX - LuaTeX format with extended Plain TeX macros
http://petr.olsak.net/optex/
33 stars 13 forks source link

Add hisyntax macro for Kotlin sources #179

Closed vojta-horanek closed 1 month ago

vojta-horanek commented 1 month ago

This PR adds Kotlin syntax highlighting to OpTeX. The implementation comes from this repository, with one modification. The kotlin alias has been removed, as that would require the user to load the macro definition manually. Using \hisyntax{kt} is now the only way to use this macro.

olsak commented 1 month ago

Thank you.