-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 highlighting support for Arturo #3196
Conversation
Thanks so much for your contribution! Sadly, due to lack of maintainer time we no longer merge additional languages into the core library - but we'd love to have your grammar as a 3rd party language module if you'd be willing to maintain it over time. It's quite easy to convert what you've already got into a 3rd party module. (it really just involves moving some files around, building, then pushing into your own repository) We can host that repository here at the Please read https://github.com/highlightjs/highlight.js/blob/master/docs/language-contribution.rst. An example 3rd party language repo: |
I understand - though, admittedly, I hadn't noticed that you weren't accepting new language PRs. Given that I am the main developer of the language, my main idea was to enable syntax highlighting for Discord, as - at least to my knowledge, they do use highlight.js for the code snippets. What would you suggest? |
I'd suggest reaching out to their support team. You could even put them into contact with me if you like. 3rd party grammars are trivially easy for any users of the library to integrate with. Also worth noting: There is nothing magical about being in the core library. Many integrators purposely only use a purposeful subset of the languages we provide (which we recommend) - ultimately first party or third party Discord will highlight the languages they wish to highlight. No one is stopping them from using a 3rd party grammar if you should create one and they designed to highlight your language. |
Closing per existing policy (as mentioned). |
Added highlighting support for the Arturo programming language:
Website: https://arturo-lang.io/
Repo: https://github.com/arturo-lang/arturo
Changes
Added new language support
Checklist
CHANGES.md