highlight.js/.github/ISSUE_TEMPLATE/z_request_language_repo.md

1.6 KiB

name about title labels assignees
Request a new 3rd party grammar repository You'd like to host your repo inside the highlightjs org (request org repo) highlightjs-[name of your grammar] language joshgoebel

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

  • I have an existing personal repository ready to go

Metadata

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

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 dist folder with CDN-ready CJS and ESM builds
  • That README.md includes examples of simple web usage
  • That README.md includes examples of Node.js usage

Afterwards

Submit a PR that:

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