-
-
Notifications
You must be signed in to change notification settings - Fork 46
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 highlight.js' 3rd-party languages #58
Comments
Are you just planning to integrate them all as you have time? |
I was originally planning on doing this as time allowed but since I saw highlightjs/highlight.js#2328 being active, I may wait to see where that discussion goes to see I can automate them all in one go. Is that spec something you plan on implementing in v10 or sooner? |
It's already done (merging any day to master). If you were using the JS version and wanted to build a HUGE meta release library you'd just:
After I burn thru the PR backlog I've created the past few days I want to start shipping some alpha/betas. Publish date is still early March. |
You mean all of the 50 repos are structured or are supported by the highlight.js build system already? 😍 Or do you mean all of those repos are ready for v10, which will be published early March? |
All the repos should follow the spec. The new build system has all the magic. It should be merged in a few days but you can use it today if you switch to that branch. I presume the easiest thing for you is to use us to build the NPM assets then use that output to generate your static data. Likely whatever process you already use will “just work” without changes. |
highlight.js has 3rd-party languages that come in the format of external repositories. There is no standard repository format for said languages at the moment, see highlightjs/highlight.js#2328.
https://github.com/highlightjs/highlight-cobolhttps://github.com/highlightjs/highlightjs-pythonlogginghttps://github.com/highlightjs/highlightjs-turtleDepending on how bored I get and how quickly they come up with a standard will determine when these languages will come to highlight.php
The text was updated successfully, but these errors were encountered: