Lightweight, robust, elegant syntax highlighting.
Go to file
Michael Schmidt 878ef29556
Themes: Normalized the font-size of pre and code (#1791)
Normalized the font-size of pre and code in all themes. This fixes a Coy line drift issue.
2019-03-05 22:26:50 +01:00
components Added EJS (#1769) 2019-03-05 22:17:36 +01:00
examples Added EJS (#1769) 2019-03-05 22:17:36 +01:00
img Update "Used by" section (#1330) 2018-03-07 21:31:53 +01:00
plugins Added EJS (#1769) 2019-03-05 22:17:36 +01:00
templates Use HTTPS / canonical URLs (#1390) 2018-04-17 00:28:42 +02:00
tests Added EJS (#1769) 2019-03-05 22:17:36 +01:00
themes Themes: Normalized the font-size of pre and code (#1791) 2019-03-05 22:26:50 +01:00
vendor Add a way to download all grammars as a Zip directly from the Autoloader plugin page 2016-06-18 15:45:25 +02:00
.editorconfig Set default indentation size (#1516) 2018-08-19 10:56:44 -04:00
.gitattributes Add .gitattributes to prevent line ending changes in test files 2015-08-18 08:17:01 +02:00
.gitignore add Io syntax (#1251) 2018-01-02 08:58:10 +01:00
.npmignore Update .npmignore Close #1274 2018-03-20 09:00:58 +01:00
.travis.yml Change tested NodeJS versions (#1651) 2019-01-22 07:27:53 -05:00
CHANGELOG.md Fixed CHANGELOG.md formatting (#1707) 2019-01-15 12:43:43 +01:00
CNAME Create CNAME 2018-05-31 12:20:19 +03:00
LICENSE Fixing to initial copyright year 2016-01-18 21:53:13 +05:30
README.md Mention Prism Themes in README (#1625) 2018-11-29 07:48:20 -05:00
bower.json Ignore tests directory in bower.json 2016-04-06 03:56:45 +02:00
code.js Website: Check stored theme by default + link both theme selectors together. Close #1038 2018-03-20 08:27:50 +01:00
components.js Added EJS (#1769) 2019-03-05 22:17:36 +01:00
components.json Added EJS (#1769) 2019-03-05 22:17:36 +01:00
composer.json Add Composer support (#648) 2017-09-09 11:15:47 +02:00
download.html Remove parentheses from download page (#1627) 2019-01-22 20:54:47 -05:00
download.js Fix downloads page fetching from GitHub(#1684) 2019-01-21 18:53:23 -05:00
examples.html Use rel="icon" instead of rel="shortcut icon" (#1398) 2018-04-22 14:55:38 +02:00
examples.js Fix downloads page fetching from GitHub(#1684) 2019-01-21 18:53:23 -05:00
extending.html Fixed empty link in extending (#1507) 2018-08-19 10:54:25 -04:00
faq.html Updated website table of contents styles (#1681) 2019-01-03 19:28:49 +01:00
favicon.png Optimize images (#1007) 2016-07-29 13:37:25 -04:00
gulpfile.js gulp: Refactoring (#1780) 2019-03-02 17:43:23 +01:00
index.html Remove dead tutorial (#1702) 2019-01-21 18:39:55 -05:00
logo.svg Website: remove width and height on logo.svg, so it becomes scalable. Close #1005 2017-09-09 12:12:00 +02:00
package.json Update gulp to version 4.0.0 (#1779) 2019-03-01 13:41:02 +01:00
prefixfree.min.js Styling and docs changes 2012-07-31 18:14:55 +12:00
prism.js Markup: Added support for CSS and JS inside of CDATAs (#1660) 2019-03-04 23:12:46 +01:00
style.css Updated website table of contents styles (#1681) 2019-01-03 19:28:49 +01:00
test-suite.html Use rel="icon" instead of rel="shortcut icon" (#1398) 2018-04-22 14:55:38 +02:00
test.html Use rel="icon" instead of rel="shortcut icon" (#1398) 2018-04-22 14:55:38 +02:00
utopia.js Commit updated line changes 2015-08-18 08:22:40 +02:00

README.md

Prism

Build Status

Prism is a lightweight, robust, elegant syntax highlighting library. It's a spin-off project from Dabblet.

You can learn more on http://prismjs.com/.

Why another syntax highlighter?: http://lea.verou.me/2012/07/introducing-prism-an-awesome-new-syntax-highlighter/#more-1841

More themes for Prism: https://github.com/PrismJS/prism-themes

Contribute to Prism!

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:

  • Read the documentation. Prism was designed to be extensible.
  • Do not edit prism.js, its 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. The minified files are also generated automatically.
  • The build system uses gulp to minify the files and build prism.js. Having gulp installed, you just need to run the command gulp.
  • Please follow the code conventions used in the files already. For example, I use tabs for indentation and spaces for alignment. Opening braces are on the same line, closing braces on their own line regardless of construct. There is a space before the opening brace. etc etc.
  • Please try to err towards more smaller PRs rather than few huge PRs. If a PR includes changes I want to merge and changes I don't, handling it becomes difficult.
  • My time is very limited these days, so it might take a long time to review longer PRs (short ones are usually merged very quickly), especially those modifying the Prism Core. This doesn't mean your PR is rejected.
  • If you contribute a new language definition, you will be responsible for handling bug reports about that language definition.
  • If you add a new language definition, theme or plugin, you need to add it to components.json as well and rebuild Prism by running gulp, so that it becomes available to the download build page.

Thank you so much for contributing!!

Translations

  • 中文说明