Lightweight, robust, elegant syntax highlighting.
Go to file
Michal 3077997600 Added support for CMake language (#1820)
This adds support for the [CMake](https://cmake.org/) language.
2019-03-20 22:10:17 +01:00
.github/ISSUE_TEMPLATE Added issue templates (#1805) 2019-03-14 13:49:47 +01:00
components Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
examples Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
img Update "Used by" section (#1330) 2018-03-07 21:31:53 +01:00
plugins Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
scripts Applied Array.isArray (#1804) 2019-03-14 13:17:45 +01:00
templates Use HTTPS / canonical URLs (#1390) 2018-04-17 00:28:42 +02:00
tests Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
themes Themes: Normalized the font-size of pre and code (#1791) 2019-03-05 22:26:50 +01: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 Added CNAME file 2012-07-31 11:59:25 +12: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
components.js Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
components.json Added support for CMake language (#1820) 2019-03-20 22:10:17 +01:00
composer.json Add Composer support (#648) 2017-09-09 11:15:47 +02:00
download.html Added scripts directory (#1781) 2019-03-11 00:32:45 +01:00
examples.html Added scripts directory (#1781) 2019-03-11 00:32:45 +01:00
extending.html Added scripts directory (#1781) 2019-03-11 00:32:45 +01:00
faq.html Added scripts directory (#1781) 2019-03-11 00:32:45 +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 Added scripts directory (#1781) 2019-03-11 00:32:45 +01: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 npm: Fixed `test` script (#1809) 2019-03-14 18:54:40 +01:00
prism.js JS: Keyword fix (#1808) 2019-03-14 15:03:11 +01:00
style.css Updated website table of contents styles (#1681) 2019-01-03 19:28:49 +01:00
test-suite.html npm: Fixed `test` script (#1809) 2019-03-14 18:54:40 +01:00
test.html Added scripts directory (#1781) 2019-03-11 00:32:45 +01: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

  • 中文说明