Log

Author Commit Date CI Message
Rob Fletcher 64a48377 2014-04-11T13:55:50 Supports "dollar-slashy" string syntax introduced in Groovy 1.8. Also some fixes for compatibility with latest version of Prism.
Rob Fletcher b7c93c85 2014-04-11T05:34:47 Added new Groovy keyword – `trait` – to the language definition
Lea Verou 0997089e 2014-04-02T08:40:10 Merge pull request #232 from adamzap/gh-pages Add `this` as a keyword in JavaScript
Adam Zapletal 1f6b1295 2014-04-02T01:20:23 Add `this` as a keyword in JavaScript
Lea Verou 06615482 2014-03-23T20:10:11 Merge pull request #228 from jeroenvisser101/patch-1 Added support for MySQL single line comment
Jeroen Visser 9fdcf0b3 2014-03-23T13:38:52 Added support for MySQL single line comment Added an extra hash to support MySQL single line comments
Lea Verou e96c2b42 2014-03-21T13:29:24 Merge pull request #215 from idleberg/gh-pages Added support for NSIS
Lea Verou f0d43847 2014-03-18T06:41:33 Merge pull request #226 from chriscoyier/gh-pages Adding CSS-Tricks logo
Chris Coyier b181a012 2014-03-17T17:51:14 Adding CSS-Tricks logo by Lea's generous request at https://twitter.com/LeaVerou/status/441696454303027201
Lea Verou 45eddb46 2014-02-27T17:43:37 Merge pull request #219 from nauzilus/downloader-fix Debounce multiple rapid generateCode calls.
Daniel Flint 8a12c15f 2014-02-28T06:36:13 Debounce multiple rapid generateCode requests. Changing compression level or on page load causes a large amount of generate code requests as each source file is loaded. Because there's no guarantee the order that these requests will start-and more importantly, end-the generated code can contain undefined code snippets.
Lea Verou 6e3e5bab 2014-02-27T20:25:09 Added get/set to JS keywords
Jan T. Sott d1fa9596 2014-02-25T10:06:29 Update prism-nsis.min.js
Jan T. Sott da161cd7 2014-02-25T10:05:28 Update prism-nsis.js
Jan T. Sott a1918d6f 2014-02-25T10:04:16 Update prism-nsis.js
idleberg 8270868f 2014-02-24T14:56:34 added credits
idleberg 79f1a83a 2014-02-24T14:51:38 added NSIS syntax
Lea Verou 3ddb92de 2014-02-23T23:42:30 Merge pull request #214 from nauzilus/autolinker-fixes Fix Issue #163 Autolinker plugin incorrectly ignores URL fragment identifiers
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)
Lea Verou d775fab1 2014-02-21T22:24:10 Merge pull request #213 from darkwing/update-mdn-logo Updating MDN logo on homepage
David Walsh 37cb2daf 2014-02-21T20:27:15 Updating MDN logo on homepage
Lea Verou 19be3168 2014-02-20T10:09:40 Merge pull request #210 from apfelbox/wpd-cssextras-issue Fix incompatibility between CSS extras & the WPD plugin
Jannik Zschiesche 701436d6 2014-02-20T15:58:31 Fix incompatibility between CSS extras & the WPD plugin
Lea Verou cc36c856 2014-02-07T17:30:38 Merge pull request #205 from japborst/gh-pages Included another tutorial on Prism
Jelmer Borst 38476cfb 2014-02-07T23:12:59 Included another tutorial on Prism Includes the ability to show language name
Lea Verou 5920fc54 2014-02-07T15:43:16 Merge pull request #204 from augustjd/patch-1 Updated prism-c.js for enhanced C macro support
augustjd efff6cbc 2014-02-07T12:26:07 Updated prism-c.js for enhanced C macro support Previously, #include <stdio.h> resulted in the < and > being tagged as operators, which is confusing. Also, preprocessor directives are not allowed to have spaces after the # and before the directive (#include, #define, #if, etc.), so I updated the regex to ignore improperly formatted macros. Currently, macro arguments will be highlighted as properties, but you can line 11 to whatever flagging is desired (keyword, for instance) to visually distinguish between the macro and its arguments.
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
Miles Johnson a1b8166f 2013-12-28T15:37:03 Merge pull request #198 from mavimo/patch-1 Remove duplicate keywords in PHP
Marco Vito Moscaritolo a48fdb8f 2013-12-29T00:25:45 Remove duplicate keywords in PHP There are some duplicate keyword in PHP keywords definition: * extends * static * use
Lea Verou ff1e4076 2013-12-27T12:19:08 Merge pull request #195 from pothibo/gh-pages Removed extra character in variable regexp
Pier-Olivier Thibault 39e2eb58 2013-12-27T13:28:02 Removed extra character in variable regexp Fix #175 by removing '&' as a variable prefix. For some reason, this change also fixes the '<' character being appended with a ; character.
Lea Verou 37f6f438 2013-12-20T06:55:25 Merge pull request #190 from kbjr/gh-pages Add PATCH, TRACE, and CONNECT methods to http lang
James Brumond 7bfed0f0 2013-12-18T22:31:53 added extra methods to HTTP lang
Lea Verou 52d40a28 2013-12-15T04:27:09 Merge pull request #189 from dwachss/gh-pages Allow more characters in attribute values
Daniel Wachsstock a74ff878 2013-12-14T19:36:16 Allow more characters in attribute values The current pattern uses `\w+` but the [html5 grammar](http://www.w3.org/html/wg/drafts/html/master/syntax.html#attribute-value-(unquoted%29-state) allows just about any character, `[^\s'">=]+`
Lea Verou f90ef53d 2013-12-12T05:32:00 Merge pull request #176 from shakyShane/gh-pages Compatibility fix with new Ghost Blogging Platform
Shane Osbourne 2b09b19a 2013-12-12T12:09:28 Fix indentation to match individual formatting styles per file
Lea Verou 5222f13e 2013-12-09T13:01:37 Merge pull request #182 from arnehormann/add-go add Go support to prism
Arne Hormann def5c233 2013-12-01T15:16:53 add Go support to prism
Lea Verou 1a7a993c 2013-11-29T05:59:34 Added info about components.js
Lea Verou 6d22f291 2013-11-29T05:57:29 Added instructions for contributors
Lea Verou 7fd4aca6 2013-10-29T06:42:21 Merge pull request #177 from mvalipour/gh-pages Add support for C# and Gherkin
Mohammad Valipour 32286a6d 2013-10-29T13:35:38 add .min version for csharp and gherkin. also fixed indentation for csharp
Mohammad Valipour f325baaa 2013-10-29T13:30:39 Add corresponding entries for csharp and gherkin to components.js
valipour 837f61be 2013-10-27T10:51:02 add missing keywords to csharp language component
valipour e694d6a1 2013-10-26T20:56:49 add component file for gherkin language
valipour e6308d47 2013-10-26T20:03:46 add component file for csharp
Shane Osbourne 989481a3 2013-10-24T20:51:59 Add 'word-break: normal' to allow code overflow on the new Ghost Blogging platform
Lea Verou d7b3cc84 2013-10-07T05:06:39 Merge pull request #171 from dewyatt/twilight-text-selection Fix twilight text selection
Daniel Wyatt a3e161c8 2013-10-07T08:02:54 Add back what I foolishly removed
Daniel Wyatt c0c77b15 2013-10-07T07:15:02 Merge branch 'gh-pages' of https://github.com/LeaVerou/prism into twilight-text-selection
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
Daniel Wyatt d2d2752b 2013-10-03T11:48:41 Fix twilight text selection
Lea Verou d05e0421 2013-10-03T01:15:08 Merge pull request #169 from anselmh/patch-1 Add version so bower will work
Anselm Hannemann a39e141a 2013-10-03T09:05:24 Add version so bower will work Currently bower install fails due to the lack of a version. This should fix that (maybe it is still needed to provide a git tag named `0.0.0` in the repo, this to be discovered). Version set to 0.0.0 to make it clear it's a never-changing dummy version as Lea wished. :)
Lea Verou 309dcfc5 2013-09-27T05:00:43 Merge pull request #168 from samflores/gh-pages Support for Ruby languague
Samuel Flores 8168cd3e 2013-09-26T11:46:08 Support for Ruby languague
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
Lea Verou 58bab7a8 2013-09-09T15:47:59 Merge pull request #161 from didoarellano/bower Add bower.json
Lea Verou ca31ac7c 2013-09-09T15:45:45 Merge pull request #162 from didoarellano/api-docs-fix Change references to non-existent grammar in API docs
Dido Arellano 2ca412e4 2013-09-09T22:07:55 Use Prism.languages.markup as grammar examples Prism.languages.html doesn't exist. The grammar for HTML is Prism.languages.markup.
Dido Arellano 37421c7b 2013-09-09T22:04:43 Add bower.json
Lea Verou a520ac18 2013-08-20T16:39:14 Merge pull request #157 from tshedor/patch-1 undo code.js commit; revert to #39b0329
Tim Shedor b955c619 2013-08-20T11:46:29 undo code.js commit; revert to #39b0329
Lea Verou c4194194 2013-08-19T10:04:11 Merge pull request #133 from tshedor/gh-pages Add Coy theme
Tim Shedor 39b03298 2013-08-19T11:58:48 Merge branch 'gh-pages' of https://github.com/tshedor/prism into gh-pages
Tim Shedor aa77b31b 2013-08-10T11:37:35 add prism-coy to code.js; have it appear as a radio button for theme selection
Tim Shedor 0963f210 2013-07-11T23:32:45 finally a real fix - just set overflow on code, not pre
Tim Shedor a0ec4bfc 2013-07-11T16:32:00 lighter stripes; show basic box-shadow and discard lifted-shadow effect on pseudo elements because of overflow conflicts; rm html, body definitions
Tim Shedor 73824b1d 2013-07-11T15:29:47 remove the display hack; use floats instead to inherit height. overflow:visible must work to have shadows visible
Tim Shedor 97ab37f9 2013-07-11T13:47:52 hack a display:table to show shadows (overflow:visible breaks some examples) Not a perfect solution
Tim Shedor 732dfa24 2013-07-11T12:01:19 add coy theme
Tim Shedor 450f074a 2013-08-10T11:37:35 add prism-coy to code.js; have it appear as a radio button for theme selection
Lea Verou a20e5b46 2013-08-10T09:24:42 Merge pull request #132 from anorgan/gh-pages ::selection is in effect only on elements interesting to prism.js
Lea Verou 84ab72a0 2013-08-04T12:44:41 Merge pull request #150 from bartveneman/gh-pages Added throw keyword to c-like and javascript keywords
Bart Veneman 3c9155e6 2013-08-04T10:52:21 Added throw keyword to c-like and javascript
Bart Veneman c209c593 2013-08-04T10:48:56 Revert "Added throw keyword to c-like and javascript keywords" This reverts commit dc87b431cda4f19f4aab5235045c1379e8338186.
Bart Veneman dc87b431 2013-08-02T12:26:39 Added throw keyword to c-like and javascript keywords
Lea Verou a7d0a3d0 2013-07-25T12:10:31 Merge pull request #140 from mattboldt/gh-pages Corrected HSL to HSLA to colors declaring 4th value
Matt Boldt ac3dbacf 2013-07-25T11:18:10 Added alpha channel to HSL properties declaring a 4th value
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 a8229616 2013-07-14T11:30:26 Merge pull request #130 from milesj/css CSS function order quick fix
Miles Johnson 685b1652 2013-07-13T12:24:13 Use all markup patterns instead of just tag within PHP blocks [Issue #134]
Tim Shedor 9a44b406 2013-07-11T23:32:45 finally a real fix - just set overflow on code, not pre
Tim Shedor 66de8b02 2013-07-11T16:32:00 lighter stripes; show basic box-shadow and discard lifted-shadow effect on pseudo elements because of overflow conflicts; rm html, body definitions
Tim Shedor af9951ec 2013-07-11T15:29:47 remove the display hack; use floats instead to inherit height. overflow:visible must work to have shadows visible
Tim Shedor 79df967f 2013-07-11T13:47:52 hack a display:table to show shadows (overflow:visible breaks some examples) Not a perfect solution
Tim Shedor 8a653465 2013-07-11T12:01:19 add coy theme
Marin Crnković 2fce4179 2013-07-10T23:21:48 ::selection is in effect only on elements interesting to prism (pre and code with language-* classes)
Miles Johnson 6f266748 2013-07-03T17:49:42 Add PHP extras to components list
Miles Johnson 63e7a93b 2013-07-03T17:16:27 Use ? modifier instead
Miles Johnson e6cd1c83 2013-07-03T16:57:30 Fix function order
Miles Johnson 3f35ff9c 2013-07-03T12:21:50 Added PHP extras with additional patterns
Miles Johnson 29e51df1 2013-07-03T12:16:14 Fixed clike greater than or equals
Lea Verou 296ce251 2013-07-03T06:48:42 Merge pull request #101 from milesj/php-markup PHP Enhancements
Miles Johnson 50485867 2013-07-03T02:22:27 Added min versions