Log

Author Commit Date CI Message
Andreas Rohner a16c62a1 2016-01-28T15:05:13 Fix Solarized Light theme The official color palette is included as a CSS comment and every color used is named with a comment.
Andreas Rohner 0e87ff0a 2016-01-27T11:55:16 Add solarized light theme to the list of themes and update auto-generated files generated by gulp.
Andreas Rohner 661fa263 2016-01-27T11:51:53 Merge pull request #855 from hectormatos2011/gh-pages Solarized Light Theme for PrismJS
Andreas Rohner e6328289 2016-01-26T23:19:18 Merge pull request #870 from zeitgeist87/use-currentscript Use document.currentScript
Andreas Rohner 7fab7a2d 2016-01-26T23:16:06 Reverse merge of last PR and remove the 'data-selector' attribute.
Andreas Rohner fa987435 2016-01-26T23:10:45 Use document.currentScript instead of document.getElementsByTagName()
Lea Verou f78b703e 2016-01-26T18:33:05 Merge pull request #868 from zeitgeist87/element-selector Allow users to use their own element selector
Andreas Rohner 77c6ea17 2016-01-26T02:33:20 Allow users to use their own element selector Add the parameter 'data-selector' to the script tag, to allow users to set the selector used to query for code elements.
Lea Verou 6ba9183f 2016-01-24T15:57:48 Merge pull request #865 from zeitgeist87/fix-coy-theme Fix coy theme shadows
Andreas Rohner 3c7b92e6 2016-01-24T04:35:26 Merge pull request #864 from jordandanielewski/selection-prefix Add prefix for Firefox selection to Twilight theme
Andreas Rohner 58d2337d 2016-01-24T04:01:16 Fix coy theme shadows This patch removes max-height from the pre tag in the coy theme, because this height limitation is inconsistent with the other themes. The above change causes a bug in the shadows of the coy theme. Adding max-height: 13em to the ::before and ::after selector fixes the shadow bug.
Jordan Danielewski 6d547175 2016-01-24T02:46:45 Add prefix for Firefox selection and move prefixed rule first
Lea Verou 7501ceb8 2016-01-22T17:50:47 Merge pull request #863 from jordandanielewski/no-code-background No background for <code> in <pre>
Jordan Danielewski 36ddfb5a 2016-01-22T16:41:25 Don't add new rule
Lea Verou b184c269 2016-01-22T17:38:38 Merge pull request #830 from malcomio/sasslink link scss to webplatform wiki - fixes #829
Jordan Danielewski 8c310bcc 2016-01-22T15:00:59 No background for <code> in <pre>
Andreas Rohner fe318d83 2016-01-21T11:59:25 Add @media type for the max-height property in the coy theme, so that it is disabled for printouts.
Lea Verou 6a5c740e 2016-01-18T18:56:48 Merge pull request #857 from pra85/patch-1 Fixing to initial copyright year
Prayag Verma 69cbf7a2 2016-01-18T21:53:13 Fixing to initial copyright year According to http://www.copyright.gov/circs/circ01.pdf , listing the first year of publication in the copyright is enough
Andreas Rohner 1eb9a5fb 2016-01-17T13:56:32 Update auto-generated files
hectormatos2011 c70ee236 2016-01-16T20:53:04 Merge pull request #1 from hectormatos2011/hectormatos2011-solarizedlightcss New Theme for PrismJS - Solarized Light
hectormatos2011 35ac9921 2016-01-16T20:51:30 Highlight rules suck. I think these work. This is what happens when an iOS Dev tries his hand at CSS.
hectormatos2011 a5c8b676 2016-01-16T20:40:13 Add highlighting rule
hectormatos2011 70846ba9 2016-01-16T20:35:19 New Theme for PrismJS - Solarized Light I quite like the solarized themes - they are pretty accessible and a lot of work was done on created something that is easy on the eyes. I ported Solarized Light for PrismJS. It would be pretty cool if the solarized themes were included with PrismJS! However, after some research, I couldn't quite see any attribution rules so I provided a link to the original creator of the solarized formats in a comment at the top of the css file.
Andreas Rohner 3ebcb66e 2016-01-16T05:38:11 Merge pull request #854 from valtlait/patch-1 Simplify the “lang” regex
Valtteri Laitinen 417f54a1 2016-01-16T03:12:00 Simplify the “lang” regex Remove an useless (?!\*) part from the lang regex.
Andreas Rohner cf7291e7 2016-01-05T19:09:28 Remove default option for JSON language
Lea Verou dfa52631 2016-01-02T14:33:53 Merge pull request #845 from chriswells0/command-line Remove the need for an "output" class.
Andreas Rohner 73b71357 2015-12-30T20:15:36 Merge pull request #846 from d10/fix-links Fix broken heading links.
Andreas Rohner 3656a085 2015-12-30T13:28:00 Remove unnecessary check for the existence of the addEventListener method All target browsers for Prism support this method now. The check is therefore obsolete.
Benjamin Tan a7f9e620 2015-12-30T18:36:44 Fix broken heading links.
Lea Verou 106c8178 2015-12-30T10:32:08 Merge pull request #370 from CupOfTea696/gh-pages JSON Language
Chris Wells 298dca59 2015-12-29T19:36:08 Remove the need for an "output" class.
Andreas Rohner a912063c 2015-12-30T00:56:38 Update auto-generated files and minified versions
Andreas Rohner bfd6b99e 2015-12-30T00:30:37 Merge pull request #831 from chriswells0/prism-shell Add support for Command Line highlighting
Andreas Rohner 9d6343a3 2015-12-30T00:16:24 Merge pull request #844 from chriswells0/file-highlight Defer File Highlight until the full DOM has loaded.
Chris Wells 6f995ef2 2015-12-29T17:44:06 Defer File Highlight until the full DOM has loaded.
CupOfTea696 ad2fcd01 2015-12-29T15:54:51 JSON Fixes
Lea Verou e0ce55d0 2015-12-29T10:57:33 Merge pull request #842 from vkbansal/vkbansal-patch-1 Better Nesting in JSX attributes
Vivek Kumar Bansal 971dda7f 2015-12-29T10:40:06 Better Nesting in JSX attributes Credit @jquense
Andreas Rohner d9b351f0 2015-12-27T11:03:43 Use the file-highlight plugin to load the example for the data-language attribute on the demo page of the show-language plugin. There is no need to include a whole copy of logo.svg on the example page.
Andreas Rohner 97d0f49a 2015-12-26T09:50:23 Update auto-generated files
Andreas Rohner 0808f111 2015-12-26T09:11:37 Merge pull request #837 from chriswells0/show-language Allow custom label without a language mapping.
Chris Wells 7e74aef4 2015-12-12T21:08:15 Allow custom label without a language mapping.
Lea Verou 292cebd2 2015-12-24T14:16:10 Merge pull request #841 from zeitgeist87/TestBranch Prevent infinite recursion in DFS
Lea Verou 9ca0c9b8 2015-12-24T14:13:28 Merge pull request #840 from nauzilus/show-language-cleanup Remove unnecessary data-language attribute from show-language
Andreas Rohner 02894e1e 2015-12-21T19:00:26 Prevent infinite recursion in DFS
Daniel Flint eb9a83c2 2015-12-17T21:02:26 The data-language attribute is no longer of any use, so remove it from the code. It was only applicable when using CSS pseudo elements to show the language name, which is no longer the case.
Lea Verou 2a21d565 2015-12-14T14:54:13 Merge pull request #836 from chriswells0/fix-title Fix incorrect page title.
Chris Wells 83789062 2015-11-29T20:27:14 Add Command Line plugin.
Chris Wells 544b56f0 2015-12-12T20:21:52 Fix incorrect page title.
Malcolm Young 08d979a0 2015-11-27T09:11:05 link scss to webplatform wiki - fixes #829
Golmote 05a2a15f 2015-10-28T22:51:49 Merge pull request #816 from darobin/inlines Revert white-space to normal when code is inline instead of in a pre
Robin Berjon 1a971b54 2015-10-28T10:21:41 revert white-space to normal when code is inline instead of in a pre
Golmote ad97b23b 2015-10-26T22:36:04 Release 1.3.0
Golmote 8784bf98 2015-10-26T22:34:58 Update changelog
Golmote 9a4b6fa3 2015-10-26T22:26:05 Use child processes to run each set of tests, in order to deal with the memory leak in vm.runInNewContext()
Golmote e8a31a50 2015-10-26T08:16:29 Merge pull request #814 from Golmote/prism-kotlin Add support for Kotlin
Golmote d7faf2cb 2015-10-26T08:15:40 Run gulp
Golmote 90fbf0be 2015-10-26T08:08:13 Python: Highlight triple-quoted strings before comments. Fix #815
Golmote 81933ee8 2015-10-22T07:17:56 Merge pull request #813 from Golmote/prism-puppet Add support for Puppet configuration
Golmote f5db3463 2015-10-22T07:17:38 Merge pull request #812 from Golmote/prism-roboconf Add support for Roboconf
Golmote eb7aa969 2015-10-22T07:12:42 Add support for Kotlin
Golmote 5ec4e4dc 2015-10-21T06:43:17 Updated changelog + added gulp task to autolink PRs and commits in changelog
Golmote bd443413 2015-10-21T06:35:54 Merge pull request #811 from Golmote/prism-haxe Add support for Haxe
Golmote c02b11f6 2015-10-21T06:35:40 Run gulp
Golmote e7a623c5 2015-10-21T06:35:03 Merge branch 'gh-pages' into prism-haxe Conflicts: plugins/autoloader/prism-autoloader.js plugins/autoloader/prism-autoloader.min.js
Golmote a953b3ac 2015-10-21T06:33:13 Merge pull request #808 from Golmote/prism-parser Add support for Parser
Golmote 77c0b061 2015-10-21T06:32:15 Merge branch 'gh-pages' into prism-parser Conflicts: components.js
Golmote 388c53f3 2015-10-17T10:38:23 Merge pull request #805 from Golmote/prism-oz Add support for Oz
Golmote b7b1b6a9 2015-10-17T10:37:52 Merge branch 'gh-pages' into prism-oz Conflicts: components.js
Golmote a36bc4ae 2015-10-17T10:36:03 Merge pull request #804 from Golmote/prism-lua Add support for Lua
Golmote b43c5f3f 2015-10-17T10:35:30 Merge pull request #803 from Golmote/prism-icon Add support for Icon
Golmote 0b4e1d3d 2015-10-17T10:32:59 Add support for Puppet configuration
Golmote c9b40810 2015-10-16T08:50:33 Add support for Roboconf
Golmote 253c0359 2015-10-16T08:01:13 Merge pull request #802 from Golmote/prism-parigp Add support for PARI/GP
Golmote 804ed779 2015-10-16T08:00:50 Run gulp
Golmote 188c75cc 2015-10-16T08:00:22 Merge branch 'gh-pages' into prism-parigp Conflicts: plugins/show-language/prism-show-language.js plugins/show-language/prism-show-language.min.js
Golmote 6803ca03 2015-10-16T07:58:39 Merge pull request #800 from Golmote/prism-asciidoc Add support for AsciiDoc
Golmote e25da0da 2015-10-15T08:55:07 Add support for Haxe
Golmote 2f7088d5 2015-10-14T07:56:35 Reduce size of image for U.S. Web Design Standards on homepage. (#785)
Golmote 79ebbf88 2015-10-14T07:53:41 Use screenshot instead of text logo for U.S. Web Design Standards on homepage. (#785)
Golmote e10d48be 2015-10-13T22:16:18 Add U.S. Web Design Standards on homepage. Fix #785
Lea Verou d754f46b 2015-10-13T15:47:43 Added @Golmote to the footer.
Golmote 9652d752 2015-10-13T21:39:58 Add some missing checks to prevent errors in IE8. Fix #9
Golmote 9b275c8f 2015-10-13T21:15:41 Merge pull request #795 from Golmote/prism-nix Add support for Nix
Golmote 132b2a43 2015-10-13T21:14:54 Add test after merge of #806 + run gulp
Golmote 1dae72b7 2015-10-13T21:12:18 Merge pull request #806 from vertax/gh-pages C#: Fixed detection of float numbers.
Golmote 2ba763e0 2015-10-13T21:08:49 Add support for Parser
Alex Vertax 5728f919 2015-10-13T12:41:16 Fixed detection of float numbers.
Golmote d5ace6c2 2015-10-11T13:45:28 Add support for Oz
Golmote 1a4ff7ac 2015-10-11T10:38:10 Add support for Lua
Golmote 2d08fa90 2015-10-10T21:32:45 Add support for Icon
Golmote a434c865 2015-10-10T16:45:44 Merge pull request #791 from Golmote/prism-previewer-angle Plugin: angle previewer
Golmote b938d2ce 2015-10-10T16:45:02 Merge branch 'gh-pages' into prism-previewer-angle Conflicts: components.js
Golmote 88173de6 2015-10-10T16:42:49 Merge pull request #790 from Golmote/prism-previewer-time Plugin: time previewer
Golmote 6679e735 2015-10-10T16:38:02 Add support for PARI/GP
Golmote f1c41db9 2015-10-10T12:48:26 Increase mocha's timeout
Golmote e135947c 2015-10-10T12:48:04 Run gulp and update tests after #801 merge
Chaos Shen ad316a36 2015-10-10T17:51:31 Improve highlight: - add highlight for directives in C/C++ macros and C#/F# preprocessor lines; - add some predefined constants in C; - remove 'true' and 'false' from keyword list in JavaScript, they should be considered as boolean constant.