-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
I would like to request the creation of a highlightjs-jai repository for my 3rd party grammar.
- I have an existing personal repository ready to go.
A theme is include as this language definition is quite fine-grained, for future-proofing.
It is based on using CSS variables with fallbacks so that a new theme can be done just by setting the subset of variables you want, and leveraging the fallbacks for everything else.
Thus the best path to making a new theme is to copy the jaiEverything.css theme and just alter the vars set at the top.
Metadata
- Grammar Name: Jai
- Link to repo: https://github.com/GufNZ/highlightjs-jai
Requirements
- I've read the language Contributor Checklist.
- I've read the Language Contribution Guide.
- I'm currently willing to support and maintain this grammar over time.
- That repo includes a
distfolder with CDN-readyCJSandESMbuilds. - That
README.mdincludes examples of simple web usage. - That
README.mdincludes examples of Node.js usage.
Afterwards
Submit a PR that:
- adds mention of your new language to
CHANGES.md. - updates
SUPPORTED_LANGUAGES.mdin the main library.