highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.65k stars 3.59k forks source link

(request org repo) highlightjs-[name of your grammar] #4144

Open Amirshariati opened 3 hours ago

Amirshariati commented 3 hours ago

I would like to request the creation of a highlightjs-[my-grammar] repository for my 3rd party grammar.

Metadata

Requirements

Afterwards

Submit a PR that:

Amirshariati commented 3 hours ago

Tanks

Amirshariati commented 3 hours ago

I would like to request the creation of a highlightjs-[my-grammar] repository for my 3rd party grammar.

  • [x] I have an existing personal repository ready to go

Metadata

  • Grammar Name: Language Name
  • Link to repo: link to existing repository

Requirements

  • [x] I've read the language Contributor Checklist
  • [x] I've read the Language Contribution Guide
  • [x] I'm currently willing to support and maintain this grammar over time
  • [x] That repo includes a dist folder with CDN-ready CJS and ESM builds
  • [x] That README.md includes examples of simple web usage
  • [x] That README.md includes examples of Node.js usage

Afterwards

Submit a PR that:

  • [x] adds mention of your new language to CHANGES.md
  • [x] updates SUPPORTED_LANGUAGES.md in the main library