|
|
4 سال پیش | |
|---|---|---|
| .. | ||
| components | 4 سال پیش | |
| plugins | 4 سال پیش | |
| themes | 4 سال پیش | |
| .jsdoc.json | 4 سال پیش | |
| CHANGELOG.md | 4 سال پیش | |
| LICENSE | 4 سال پیش | |
| README.md | 4 سال پیش | |
| components.js | 4 سال پیش | |
| components.json | 4 سال پیش | |
| dependencies.js | 4 سال پیش | |
| package.json | 4 سال پیش | |
| prism.js | 4 سال پیش | |
Prism is a lightweight, robust, elegant syntax highlighting library. It's a spin-off project from Dabblet.
You can learn more on prismjs.com.
Why another syntax highlighter?
Prism depends on community contributions to expand and cover a wider array of use cases. If you like it, considering giving back by sending a pull request. Here are a few tips:
prism.js, it’s just the version of Prism used by the Prism website and is built automatically. Limit your changes to the unminified files in the components/ folder. prism.js and all minified files are also generated automatically by our build system.prism.js. With all of Prism's dependencies installed, you just need to run the command npm run build.components.json as well and rebuild Prism by running npm run build, so that it becomes available to the download build page. For new languages, please also add a few tests and an example in the examples/ folder.Thank you so much for contributing!!