Log

Author Commit Date CI Message
Lea Verou 78a70002 2015-07-18T18:21:27 Merge pull request #627 from polybuildr/master Add Ubuntu Mono font to font stack
Vivek Ghaisas 5b29a673 2015-07-06T21:25:08 Add Ubuntu Mono font to font stack None of the other fonts are currently available on Ubuntu and the addition of Ubuntu Mono to the font stack makes the code look much nicer on Ubuntu systems. Also added a missing newline to the end of prism-coy.css
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
Lea Verou 3c714b54 2015-01-18T22:12:40 Merge pull request #479 from vkbansal/react-jsx Added React JSX definition
Vivek Kumar Bansal 875ad39f 2015-01-18T17:30:09 Added React JSX definition
Golmote 820001c8 2015-01-16T07:34:55 Run gulp
Golmote 32093955 2015-01-16T07:34:36 Fixed operators in Python again
Lea Verou 3b739f81 2015-01-15T17:42:07 Merge pull request #467 from cdagnino/julia-lang Added basic support for the julia language
Golmote af28584f 2015-01-15T23:35:16 Merge pull request #476 from Conaclos/string-fix Fix single-string issue for Eiffel.
Golmote 2be1e4f5 2015-01-15T23:32:54 Merge pull request #472 from Conaclos/eiffel-example Add Eiffel examples
cdagnino 813b301f 2015-01-15T14:01:54 Delete ignore and remove encoded entities in Julia
Victorien ELVINGER 697b21d7 2015-01-15T19:55:11 Fix single-string issue. See [https://github.com/Conaclos/prism/issues/2] for details.
Victorien ELVINGER 0bc736ad 2015-01-15T19:12:34 Remove uneeded precisions for known issues
Lea Verou b2560682 2015-01-14T20:24:20 Merge pull request #474 from nauzilus/issue-clone-array Deep clone arrays
Daniel Flint c711660a 2015-01-15T09:00:47 Deep clone arrays
Golmote 34421287 2015-01-14T21:56:42 Fixed operators in Python
Golmote 6ff01b60 2015-01-14T21:55:11 Remove encoded entities in Python and NSIS grammars (see #467)
Victorien ELVINGER 1436dd4c 2015-01-14T00:06:50 Add Eiffel examples
Golmote 816b92eb 2015-01-12T23:21:42 Fix #469
cdagnino e852617b 2015-01-11T20:47:34 Changed indentation in 'title'
cdagnino e5af211f 2015-01-11T20:05:59 Changed indentation from spaces to tabs
Golmote 6d89be2a 2015-01-11T23:23:12 Merge branch 'gh-pages' of https://github.com/LeaVerou/prism
Golmote 703d47e6 2015-01-11T23:18:41 Simplified regexp for trailing line feeds
cdagnino 23cd3870 2015-01-11T17:53:06 Added basic support for the julia language
Golmote 535266a4 2015-01-11T20:47:48 Merge pull request #417 from Golmote/prism-multiline-strings Add multiline strings support to C-like. Fixes #66
Golmote 3d555850 2015-01-11T20:46:33 Run gulp