Skip to content

Fix dead reference to non-existing template repository #4267

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sebastiaanspeck
Copy link
Contributor

Resolves #3038

Changes

Added a link to an up-to-date and working template repository. Feel free to migrate my template repository to highlight.js organisation.

Checklist

  • Added markup tests, or they don't apply here because it doesn’t fix/update any grammar
  • Updated the changelog at CHANGES.md, doesn't apply here because nothing really changed

@@ -10,7 +10,7 @@ So you'd like to create and share your own language definition for Highlight.js.
- [ ] Clone the main [highlight-js](https://github.com/highlightjs/highlight.js) repository from GitHub
- [ ] Read our [Language Contributor Checklist](https://highlightjs.readthedocs.io/en/latest/language-contribution.html)
- [ ] Review the [Language Definition Guide](https://highlightjs.readthedocs.io/en/latest/language-guide.html)
- [ ] Start with our [repository template](https://github.com/highlightjs/highlightjs-language-template) to more easily follow the suggested layout. (this isn't ready yet!)
- [ ] Start with our [repository template](https://github.com/sebastiaanspeck/highlightjs-language-template) to more easily follow the suggested layout. (this isn't ready yet!)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you consider yours "ready"? If so perhaps we change this to something more like:

- [ ] You might find Sebastian Speck's [repository template] helpful as a starting point.

Or some such. Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a amalgamation of the template repository from https://github.com/jf990/highlightjs-language-template (which is 4 years old and not up-to-date), and my highlightjs-magik (which e.g. uses mocha instead of jasmine). I am also willing to hand-over my repository to your organisation, so the dead-link will work again.

Copy link

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

3 files changed

Total change +3 B

View Changes
file base pr diff
es/core.min.js 8.19 KB 8.19 KB +1 B
es/highlight.min.js 8.19 KB 8.19 KB +1 B
highlight.min.js 8.23 KB 8.23 KB +1 B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: 3rd party grammar template repository
2 participants