-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add syntax xml for Hare language #172
Comments
You can use it already by using |
Didn't know about that I'd assumed that, if the xml syntax file is in that KDE repo, then it's by default included in skylighting. That is, that (for skylighting) you'd just pull directly from whatever they have. Does pandoc by default make use of every syntax highlighting file that skylighting has? |
We don't pull in everything in the KDE repo, to keep the compile times and binary size lower. |
Hare has an official spec, has solid reference docs, and my impression is that it's all about being conservatively-developed and a "boring systems language" that'll stay stable after v1.0. That said, although there are a number of projects in Hare: it's not yet widely-adopted. |
I'm inclined to hold off for a while before adding it, to see how it develops, but if there's significant demand I could consider adding it. It's not urgent, because you can always use |
I believe the KDE xml file was just added for the Hare language.
https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/514
https://invent.kde.org/frameworks/syntax-highlighting/-/blob/master/data/syntax/hare.xml
https://kate-editor.org/syntax/data/syntax/hare.xml
Can this be added to skylighting so that syntax highlighting for Hare will work in Pandoc?
The text was updated successfully, but these errors were encountered: