plugins


Log

Author Commit Date CI Message
Golmote 02b220e0 2015-08-26T19:46:48 Fix computation of line numbers for single-line code blocks. Fix #721
Golmote 08dd500f 2015-08-20T19:49:05 Merge pull request #703 from mooreInteractive/fix-show-language-styles add reset styles to show-language plugin due to style overwriting for…
Adam Moore 7f21d439 2015-08-20T09:52:27 add reset styles to show-language plugin due to style overwriting form the themes, bug pertained to Coy styles
Golmote 8ed7ce3a 2015-08-18T19:57:17 Test for rounded line-height to fix positions in Line Highlight plugin
Golmote 39bd8278 2015-08-18T19:00:24 Add gulp task to build languages map in Show language plugin (Fix #671)
Golmote b8d098e1 2015-08-17T09:03:06 Remove the behaviour of Remove initial line feed plugin (remove by default, allow to keep with a CSS class)
Golmote ed9f2b21 2015-08-17T08:47:32 Move removal of initial line feed to a plugin
Golmote 14f3f80d 2015-08-17T08:28:57 Correct calculation for number of lines (manual merge, fix #385)
Golmote ee463e8e 2015-08-15T17:25:47 Line-numbers: Abort if element is empty. Fixex #669
Golmote 28e329cf 2015-08-15T13:15:08 Run gulp task
Ryan Zec cba03451 2015-08-15T05:03:55 changed parseFloat to parseInt to prevent some inconsistency issue with different font sizes
Golmote fd549959 2015-08-13T08:33:48 Fix complete hook behaviour + run gulp task
Fernando San Julián c89bbdb1 2015-08-09T03:56:20 no line numbers if already exists
Fernando San Julián f237e67b 2015-08-09T03:21:30 run line highlight plugin in complete hook
Fernando San Julián 3f4d9182 2015-08-09T00:07:08 run line numbers plugin in complete hook
Golmote 5f133c80 2015-07-16T21:09:40 Fixed prism-core and prism-file-highlight to prevent errors in IE8. Used local variable _self instead of overwriting self. Closes #468.
Golmote 8030db91 2015-06-25T08:00:14 File Highlight: allow to specify the language (takes precedence over extension guess) + Set language on parent even if unknown. Fix #607
Logan Franken e22af8b4 2015-06-20T18:44:16 Removed '\r' from line highlight new line spacing logic
Golmote 33bebfe7 2015-05-06T07:38:23 Line-numbers : accept CSS class on both <pre> and <code>. Fixes #568
Daniel Flint 2acd30dc 2015-04-17T18:23:37 Work nicely with line-numbers plugin Generated content on the `pre` means if the highlighted area needs to scroll, the language will scroll out of view with the code. But that's better than completely breaking another plugin.
Daniel Flint 93fb18a1 2015-04-03T00:04:46 Don't force scrollbars to be shown unnecessarily.
Golmote c7992253 2015-03-31T07:47:32 Fixed implicitly declared variable
Golmote 0eaea0ba 2015-03-20T23:48:56 Run gulp task
hiulit ac9d6860 2015-03-02T09:27:16 Declaring fileHighlight as a property of Prism
hiulit 73440bb9 2015-02-26T16:56:21 Added fileHighlight function
Vivek Kumar Bansal 655d00e6 2015-01-21T23:19:25 Fixed grammar
Vivek Kumar Bansal 8c825451 2015-01-21T10:07:08 updated description
Vivek Kumar Bansal edd71327 2015-01-20T22:09:47 prefix 'keyword-' to class
Vivek Kumar Bansal 9d83d4d5 2015-01-19T21:06:21 Added Highlight Keywords plugin
Lea Verou bf663484 2015-01-11T10:06:57 Merge pull request #466 from vkbansal/fix-crlf fixes #464 crlf issue
Vivek Kumar Bansal b6e7da53 2015-01-10T21:48:54 fixes #464 crlf issue
Golmote 6cac548d 2015-01-10T09:33:48 Run gulp
Golmote 24351dc1 2015-01-10T09:33:25 Fix URL RegExp in Autolinker
Golmote 95995e90 2015-01-03T11:20:39 Run gulp tasks
Daniel Flint 9cfcc2d8 2014-12-31T10:19:19 PowerShell support
Golmote 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
Lea Verou 4b9e11c6 2014-11-14T19:19:31 CSS highlighting in HTML style attribute
Nathan Friedly 420aaffc 2014-10-02T12:48:29 Adding fix for #376 to minified js
Nathan Friedly 51d56f97 2014-10-02T12:39:24 Adding support for .rb extension Fixes #376
Andreas Rohner 08037e5b 2014-09-05T11:01:02 Fix for DFS bug with new pattern array feature This patch implements support for the new pattern array feature in the Prism.languages.DFS function and fixes a bug in the autolinker plugin. It adds an optional parameter to the callback of Prism.languages.DFS, which contains the type of the current object as oposed to the key in the parent. In most cases both key and type are exactly the same. Only if the parent is an array the key will contain the index number and the type will contain the attribute name of the array in the parent object. The key can be used to replace the object in the parent and the type can be used to provide the necessary context.
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Lea Verou 0bf2a8e5 2014-05-22T17:28:57 Updated minified files
Lea Verou c1aa3354 2014-04-28T12:14:41 Merge pull request #216 from nauzilus/plugin-show-langauge Plugin to show highlighted language, per Issue #1
Daniel Flint 77de180c 2014-04-23T19:29:58 Update minified file for File Highlight plugin
Daniel Flint d160f3c1 2014-04-22T22:14:13 Merge branch 'gh-pages' of https://github.com/LeaVerou/prism into gh-pages
Daniel Flint 79a7d9a7 2014-04-22T16:03:31 Include owner in components.js, also minified CSS/JS.
Daniel Flint 79af7964 2014-02-24T22:34:43 Plugin to show highlighted language, per Issue #1
Daniel Flint 88696fab 2014-02-23T16:52:29 Autolinker fixes Capture query string and document fragment in url regex If inserting to attr-value, need to match url-link first, otherwise query string '=' gets picked up as punctuation. Don't prepend mailto: if it's already there (e.g. inside an href)
Daniel Flint a211c26f 2014-02-22T22:28:12 Fix Issue #200 - map 'xml' extension to 'markup', and 'py' to 'python' (can't explain the OP saying the Python example worked, I can't even see the example, and couldn't replicate).
Jannik Zschiesche 701436d6 2014-02-20T15:58:31 Fix incompatibility between CSS extras & the WPD plugin
Lea Verou 256aec14 2014-01-15T17:16:41 Merge pull request #167 from ryanzec/gh-pages Make line-highlight plugin work with line-numbers plugin
Lea Verou 6154a585 2013-10-07T01:21:25 Merge pull request #139 from webpro/patch-1 Allow port number (i.e. colon) in url
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder
ryanzec 783edcc0 2013-09-18T10:48:15 Update prism-line-highlight.min.js Updates to make this work with the line-numbers plugin
ryanzec d75310c8 2013-09-18T10:47:31 Update prism-line-highlight.js Making updates that allow this plugin to work with the line-numbers plugin
Lars Kappert 7bd5da28 2013-07-25T10:48:22 Apply change from previous commit to minified file as well
Lars Kappert d65695dc 2013-07-25T10:45:54 Allow port number (i.e. colon) in url
Lea Verou 0bd11d1a 2013-07-01T20:14:33 Fixed bug which prevented CSS highlighting from working
Lea Verou 1b1f217e 2013-07-01T18:54:23 Removed forgotten console.log()
Lea Verou cdeea36e 2013-07-01T18:50:21 Added components.js to plugin pages
Lea Verou a276a52e 2013-06-27T12:29:28 Fixed order of plugins and langs in the file builder
George Kats 12f80769 2013-06-13T17:59:15 Add forgotten prism-line-numbers.min.js file. Undefined in JS output generation script. Prism should have a check to existing files (not only for CSS).
Lea Verou 40233e1c 2013-06-13T09:44:05 Added components.js to plugins root
Jakub Korál 3d486c7a 2013-05-20T12:45:48 Line Numbers plugin Add Line Numbers plugin to components Usage, works when `line-numbers` class is present Optional: `data-start` for shifting the line-number counter
Lea Verou bba5bfc2 2013-05-19T03:20:58 Added File Highlight plugin
Lea Verou 8dfc4665 2013-05-18T17:00:31 Added WPD plugin officially
Lea Verou 20c0a1e9 2013-05-11T04:44:48 Alpha version of Prism-WPD plugin
Siavash Askari Nasr 29ba72da 2012-11-25T18:28:20 Fixed #57 - Autolinker doesn't work when async is enabled
Lea Verou b2284fa3 2012-08-01T12:03:54 Fixed #13
Lea Verou e1cd33df 2012-08-01T02:47:23 Made the page a bit more IE friendly, added a first version of the IE8 plugin (WIP)
Lea Verou 9863ad72 2012-07-31T18:44:17 Added Google Analytics
Lea Verou 571ca0a5 2012-07-31T18:39:29 Added favicon
Lea Verou 9ed86b86 2012-07-31T18:14:55 Styling and docs changes
Lea Verou ec8fb796 2012-07-31T17:47:56 Added helper method Prism.languages.DFS
Lea Verou e95a85c0 2012-07-31T16:17:53 Merged the comment and line-comment tokens
Lea Verou 96da9fbc 2012-07-31T10:59:56 Styling changes & docs update
Lea Verou 880efd3c 2012-07-30T18:27:16 Autolinker plugin
Lea Verou 483831ee 2012-07-30T18:27:16 Autolinker plugin
Lea Verou 023950ce 2012-07-30T18:10:05 Removed redundant section
Lea Verou 10477deb 2012-07-30T18:08:18 Updated line highlight plugin
Lea Verou b2505655 2012-07-29T00:35:02 Docs update, minor styling changes
Lea Verou aef44ce6 2012-07-27T04:49:33 Removed .prism from plugin
Lea Verou bd4e8d15 2012-07-23T18:54:30 ALL THE THINGS! Most notably: Simple templating, API changes, show invisibles plugin, download (build) page
Lea Verou a1585a48 2012-07-16T19:31:04 Line highlight plugin: Docs for linking
Lea Verou 8402dde7 2012-07-16T19:28:40 Line highlight plugin: Docs for linking
Lea Verou f15a012b 2012-07-16T19:19:22 Line highlight plugin: Fixed bug where linking to code snippets without existing line highlights resulted in visual mess
Lea Verou ab8b7756 2012-07-16T19:06:58 Line highlight plugin: Fixed bug where linking to multiple ranges scrolled to the last one
Lea Verou 92f446fa 2012-07-16T18:56:40 Line linking
Lea Verou f2370618 2012-07-16T17:02:20 Simplified markup and added simple templating
Lea Verou 351b011f 2012-07-16T14:49:29 Style && docs tweaks — more coming soon
Lea Verou 21b6ea19 2012-07-16T14:47:45 Prevent line highlight plugin from interferring with text selection
Lea Verou f2339ea1 2012-07-15T22:36:05 Added line highlight plugin