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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extra/3RD_PARTY_QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


## Create your repository

Expand Down