jgm / skylighting

A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
194 stars 62 forks source link

Support for last KDE syntax set (especially smali) #69

Closed iamironz closed 5 years ago

iamironz commented 5 years ago

Hi. Please, update your syntax highlight set, according to this page. I'm especially interesting to smali language syntax because pandoc cannot support this one without your library update.

jgm commented 5 years ago

By design, we don't support all of the syntaxes that KDE does. Partly that's to keep compile time and code size down. If there is a particular syntax you need, you can request it.

jgm commented 5 years ago

Note: you can also load a KDE XML syntax definition directly and use it with this library (and with pandoc, --syntax-definition=).