Log

Author Commit Date CI Message
Golmote fe608582 2015-06-12T21:43:31 Improve test drive page usability. Fix #591
Golmote 75452ba1 2015-06-12T21:35:06 Markup: optimized tag's regexp so that it stops crashing on large unclosed tags
Golmote f409b131 2015-06-12T20:55:55 Merge pull request #587 from apfelbox/handlebars-blocks-dashes Handlebars: support block names with dashes (or other special characters)
Golmote 1707e4e3 2015-06-12T20:33:36 Add .DS_Store in .gitignore
Golmote 52fd55ee 2015-06-12T20:20:41 Relax markup grammar to allow non-ASCII chars in tag names and attributes. Fix #585
Jannik Zschiesche 67b89eaf 2015-06-01T18:45:17 Handlebars: support blocks with dashes
Golmote 534f34cd 2015-05-23T10:26:08 Run gulp task
Golmote d795397e 2015-05-23T10:25:16 C#: Verbatim strings can contain doubled quotes and new lines
Golmote 33bebfe7 2015-05-06T07:38:23 Line-numbers : accept CSS class on both <pre> and <code>. Fixes #568
Golmote 656862ba 2015-04-26T12:06:25 Merge branch 'gh-pages' of https://github.com/PrismJS/prism
Golmote 969cda6f 2015-04-26T12:05:19 Fix typo in Python keywords: "elf" => "elif". Fix #573
Golmote 596fb1ee 2015-04-17T19:07:54 Merge pull request #571 from nauzilus/fix-show-language-linenums Work nicely with line-numbers plugin
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.
Golmote f658c05f 2015-04-11T04:04:36 Merge pull request #567 from andreaslarsen/patch-4 Same as #566 - just the minified file
Golmote 046db1e6 2015-04-11T04:04:30 Merge pull request #566 from andreaslarsen/patch-3 Fixes same empty // comment error as in clike
Andreas Larsen 0c30a043 2015-04-10T23:41:20 Same as #566 - just the minified file
Andreas Larsen 8417aff1 2015-04-10T23:40:29 Fixes same empty // comment error as in clike
Golmote 4d3e5237 2015-04-10T21:36:35 Merge branch 'gh-pages' of https://github.com/PrismJS/prism
Golmote 2781c8b9 2015-04-10T21:36:06 Allow empty single-like comments. Fix #564
Golmote 3a8e4193 2015-04-02T19:20:39 Merge pull request #563 from nauzilus/fix-show-language-scrollbars Don't force scrollbars to be shown unnecessarily
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
Lea Verou 1ec44ae3 2015-03-27T09:53:23 Merge pull request #546 from hason/yaml Add YAML highlighter
Martin Hasoň 6e555bc0 2015-03-03T23:29:32 Added YAML highlighter
Golmote 85ec87e4 2015-03-26T09:11:43 List of supported languages on homepage
Golmote 6dbe8851 2015-03-21T09:23:58 Add separation between featured languages and the others on Test page
Lea Verou c3dc3857 2015-03-21T01:26:20 Merge pull request #557 from Golmote/prism-components-order Reorder languages in components.js (Fix #441)
Golmote d1ddcf57 2015-03-21T02:18:35 Alphabetical order fix: "e" comes before "h"...
Golmote 53b737b1 2015-03-21T02:09:01 Reorder languages in components.js (Fix #441)
Golmote 4fa8ac5c 2015-03-21T01:27:59 Add Smalltalk language
Golmote 0eaea0ba 2015-03-20T23:48:56 Run gulp task
Golmote dab98d48 2015-03-20T23:35:01 Merge pull request #545 from Golmote/prism-wiki Add Wiki markup language
Golmote 05bb4bda 2015-03-20T23:32:42 Merge branch 'master' into prism-wiki Conflicts: components.js
Lea Verou 0f5c7781 2015-03-20T14:24:15 Merge pull request #514 from hiulit/gh-pages Added fileHighlight function
Golmote 5db8c437 2015-03-20T07:23:46 Add quick examples for Objective C and Julia
Lea Verou 2f92d551 2015-03-17T15:21:50 Merge pull request #489 from vkbansal/stylus Initial definition for stylus
Vivek Kumar Bansal 8cf224f5 2015-03-16T14:44:07 fix conflict
Vivek Kumar Bansal 8f89ea23 2015-03-16T14:29:44 Fix merge conflicts again
Lea Verou e8f101f3 2015-03-16T04:50:37 Merge pull request #502 from hason/gherkin Improved gherkin highlighter
Lea Verou cbf4bd47 2015-03-16T04:47:29 Merge pull request #551 from marshmellow1328/gh-pages added color for function tokens
Lea Verou 151643ba 2015-03-16T04:17:34 Merge pull request #553 from Golmote/prism-rest Add reST language (fix #552)
Golmote 6eaf1768 2015-03-15T18:45:28 Add reST language (fix #552)
Shawn Sparks d76ede93 2015-03-14T10:23:58 added color for function tokens
Golmote afb3cd52 2015-03-13T08:07:34 Bash: add examples for the highlighting of commands
Golmote 551cebc4 2015-03-13T07:57:30 Bash: add a bunch of well-known functions to highlight
Golmote aa2beab7 2015-03-13T07:36:59 Bash: prevent highlighting of numbers inside filenames. Fix #547
Martin Hasoň 53eb9d25 2015-02-25T12:23:30 Improved gherkin highlighter
Golmote 1b284a1a 2015-03-10T21:05:52 Add Wiki markup language
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 0ad98acc 2015-03-10T08:01:29 Simplify C-Like comment pattern
Vivek Kumar Bansal 80489ab9 2015-03-04T19:56:43 Merge branch 'gh-pages' of github.com:LeaVerou/prism into stylus Conflicts: components.js
Lea Verou b551696f 2015-03-04T09:15:54 Merge pull request #517 from Golmote/prism-coy-fix Fix bug related to line-highlighting plugin with Coy theme
Lea Verou 036b7e07 2015-03-04T09:14:55 Merge pull request #516 from Golmote/prism-sas Add basic highlighting for SAS language. (fix #515)
hiulit ac9d6860 2015-03-02T09:27:16 Declaring fileHighlight as a property of Prism
Golmote ca8d24f3 2015-03-01T00:59:49 Fix bug related to line-highlighting plugin
Golmote 18ce84f3 2015-02-27T23:58:28 Add basic highlighting for SAS language. (fix #515)
hiulit 73440bb9 2015-02-26T16:56:21 Added fileHighlight function
Golmote a1ebf758 2015-02-25T19:58:27 Fix style attribute highlighting
Golmote befdd4f1 2015-02-25T19:46:17 Fixed repository url on download page
Golmote 75b42b46 2015-02-25T19:44:26 Merge pull request #501 from hason/typo Fixed repository url in examples
Martin Hasoň 65f61f7a 2015-02-25T12:24:48 Fixed repository url in examples
Lea Verou fd3bea7f 2015-02-18T16:20:16 Merge pull request #498 from ewaldgrusk/make-use-of-_.util.type Make use of method `_.util.type`.
Ewald Grusk 1eb49594 2015-02-18T21:52:53 Make use of method `_.util.type`.
Vivek Kumar Bansal fadb1e88 2015-02-13T23:11:08 fix indentation
Vivek Kumar Bansal 95173e4d 2015-02-13T22:52:05 fix merge conflict
Lea Verou e147458a 2015-02-13T11:22:44 Merge pull request #491 from simonreynolds7/fsharp-support Added F# support and example
Simon Reynolds 9b88775c 2015-02-13T08:31:45 Change numbers regexes from objects to simple array
Golmote 78debe78 2015-02-10T19:31:37 C# does not handle hexadecimal numbers properly. Fixes #493
Simon Reynolds 9a2c814a 2015-02-08T17:05:29 Correcting numbers regexes as per suggestions
Simon Reynolds eba71771 2015-02-08T13:17:02 Reversing change in examples.js, simplifying regexes and expanding numbers section in example per suggestion
Simon Reynolds 2664796c 2015-02-07T16:44:50 Removed newline consumption in single line comment and split numbers regex to handle hex, binary, integer and decimal numbers separately
Simon Reynolds 889cfeb1 2015-02-06T22:05:44 Added hexadecimal support
Simon Reynolds 45977784 2015-02-06T13:50:12 Added F# support and example Added F# support and example
Golmote fe1c6376 2015-02-04T19:05:10 Highlight keywords plugin does not use CSS anymore. Should fix #490
Vivek Kumar Bansal 73cb8e78 2015-02-01T22:01:07 added some more css units
Vivek Kumar Bansal 95f4e9a1 2015-02-01T21:58:17 added more css units
Vivek Kumar Bansal 0a6289cc 2015-02-01T21:55:52 fix pattern order
Vivek Kumar Bansal e0b67616 2015-02-01T19:01:50 remove parantheses in attr pattern
Vivek Kumar Bansal 0e9b19ad 2015-02-01T18:55:08 add parantheses to pseudo-element pattern
Vivek Kumar Bansal e9b6ecb1 2015-02-01T18:43:43 fix pseudo-element pattern
Vivek Kumar Bansal 4a03e273 2015-02-01T18:03:53 Initial definition for stylus
Golmote 01b1ef21 2015-01-29T07:59:11 Update PHP examples to reflect last changes
Golmote 00955466 2015-01-29T07:49:18 PHP : Handle shell-like comment after strings because they are less common than strings containing hashes
Golmote f62ffb5c 2015-01-22T21:40:23 Run gulp
Lea Verou 55d1c0ae 2015-01-22T11:14:20 Merge pull request #486 from XVincentX/gh-pages Added new C# 5 keywords
Vincenzo Chianese 38e5ecf2 2015-01-22T11:56:00 Added new keywords
Lea Verou cbe75b80 2015-01-21T13:19:33 Merge pull request #481 from vkbansal/plugin Added Highlight Keywords plugin
Golmote b794724c 2015-01-21T19:07:43 CSS: Move string above property to prevent incorrect highlighting of property-like substrings
Golmote a12fbbdd 2015-01-21T19:06:05 CSS: Don't highlight multi-line urls that are not enclosed between quotes.
Vivek Kumar Bansal 655d00e6 2015-01-21T23:19:25 Fixed grammar
Vivek Kumar Bansal 8c825451 2015-01-21T10:07:08 updated description
Golmote e4a13e5c 2015-01-20T22:43:54 Allow multi-line url in CSS
Lea Verou b6183ff9 2015-01-20T11:41:48 Merge pull request #483 from vkbansal/typescript Added TypeScript definition
Vivek Kumar Bansal edd71327 2015-01-20T22:09:47 prefix 'keyword-' to class
Vivek Kumar Bansal 43e93e6c 2015-01-20T14:52:20 Added TypeScript definition
Golmote e444b56a 2015-01-19T18:57:25 JSX: change javascript alias
Lea Verou 4eadcc1c 2015-01-19T18:45:35 Update index.html
Lea Verou 21bb457c 2015-01-19T18:44:42 Added thanks to @Golmote
Vivek Kumar Bansal 9d83d4d5 2015-01-19T21:06:21 Added Highlight Keywords plugin
Golmote d380942a 2015-01-19T07:43:40 Fix Download page, Examples page and Test page to handle multiple dependencies for one language