Log

Author Commit Date CI Message
Golmote 6bb0e271 2015-08-26T19:47:22 Merge branch 'gh-pages' of https://github.com/PrismJS/prism into gh-pages
Golmote 02b220e0 2015-08-26T19:46:48 Fix computation of line numbers for single-line code blocks. Fix #721
Lea Verou 80aedb2a 2015-08-26T14:49:26 Updated documentation since the example was not relevant any more
Golmote 80d82604 2015-08-26T08:51:12 Less: Remove useless part in property regexp
Golmote 132b41ab 2015-08-26T08:27:14 LaTeX: Simplify comment regexp
Golmote 74e01eb3 2015-08-26T08:21:33 Merge pull request #699 from Golmote/tests-gherkin Add tests for Gherkin
Golmote 1118f7b2 2015-08-26T08:21:25 Merge pull request #698 from Golmote/tests-fsharp Add tests for F#
Golmote a69a8a20 2015-08-26T08:21:16 Merge pull request #697 from Golmote/tests-fortran Add tests for Fortran
Golmote 2008344a 2015-08-26T08:21:07 Merge pull request #696 from Golmote/tests-erlang Add tests for Erlang
Golmote e5118eb4 2015-08-26T08:20:18 Merge pull request #695 from Golmote/tests-eiffel Add tests for Eiffel
Golmote 94f66e79 2015-08-26T08:20:07 Merge pull request #694 from Golmote/tests-css-extras Add tests for CSS extras
Golmote 45a24252 2015-08-26T08:19:56 Merge pull request #693 from Golmote/tests-dart Add tests for Dart
Golmote 5c4ca620 2015-08-26T08:19:44 Merge pull request #692 from Golmote/tests-csharp Add tests for C#
Golmote 3de05d06 2015-08-26T08:19:32 Merge pull request #691 from Golmote/tests-cpp Add tests for C++
Golmote 563f771c 2015-08-26T08:19:20 Merge pull request #690 from Golmote/tests-coffeescript Add tests for CoffeeScript
Golmote e5f81a17 2015-08-26T08:19:06 Merge pull request #689 from Golmote/tests-clike Add tests for C-like
Golmote 2ea992a1 2015-08-26T08:18:21 Merge pull request #688 from Golmote/tests-c Add tests for C
Golmote c1136704 2015-08-26T08:18:09 Merge pull request #687 from Golmote/tests-brainfuck Add tests for Brainfuck
Golmote e9bfd165 2015-08-26T08:17:57 Merge pull request #686 from Golmote/tests-bash Add tests for Bash
Golmote 19a1630e 2015-08-26T08:17:42 Merge pull request #685 from Golmote/tests-autohotkey Add tests for AutoHotKey
Golmote bc385c22 2015-08-26T08:17:09 Merge pull request #684 from Golmote/tests-aspnet Add tests for ASP.NET
Golmote d688e731 2015-08-26T08:16:52 Merge pull request #683 from Golmote/tests-applescript Add tests for AppleScript
Golmote 2eca7115 2015-08-26T08:16:29 Merge pull request #682 from Golmote/tests-apacheconf Add tests for Apache Configuration
Golmote 860b695c 2015-08-26T08:15:31 Merge pull request #681 from Golmote/tests-actionscript Add tests for ActionScript
Golmote 23a444c9 2015-08-26T08:13:12 Keyman: Move header statements above keywords
Golmote 90c75d5d 2015-08-26T07:42:03 JSX: Allow for one level of nesting. Fix #717
Golmote bcac7d46 2015-08-25T08:46:10 Julia: Simplify comment regexp + improved number regexp + improved operator regexp
Golmote ac792bd7 2015-08-25T08:04:33 Prism loader must handle dependency array.
Golmote 21e20b9e 2015-08-25T07:40:27 Java: fix number regexp + simplified number regexp and optimized operator regexp
Golmote a79e838e 2015-08-24T20:10:36 Jade: Add todo list + remove single-line comment pattern + simplified most patterns with m flag + handle \r\n and \r
Golmote cae2cefb 2015-08-24T20:08:54 Twig: Prevent "other" pattern from matching blank strings
Golmote 53d58390 2015-08-24T07:59:39 Ini: Fix some regexps + remove unused flags
Golmote aaa90f10 2015-08-23T17:25:40 HTTP: Fix indentation + Add multiline flag for more flexibility + Fix response status + Handle \r\n and \r
Golmote 1cc8d8e5 2015-08-23T14:46:31 Haskell: Removed useless backslashes and parentheses + handle \r\n and \r + simplify number regexp + fix operator regexp
Golmote c477f9ab 2015-08-23T13:52:11 Handlebars: Fix empty strings, add plus sign in exponential notation, improve block pattern and variable pattern.
Golmote bbe68aca 2015-08-23T01:20:57 Haml: Handle \r\n and \r in filter regex
Golmote dd4989f5 2015-08-22T23:47:59 Ruby: Code cleaning, handle \r\n and \r, fix some regexps
Golmote 62bdd9af 2015-08-22T23:41:40 Fix C-like test for operators
Golmote c7948516 2015-08-22T23:40:30 Merge branch 'gh-pages' into tests-clike
Golmote 135ee9d1 2015-08-22T23:39:15 C-like: Improved operator regex + add != and !==
Golmote f77b40b7 2015-08-22T22:41:31 Haml: Combine both multiline-comment regexps + handle \r\n and \r
Golmote aa757f6c 2015-08-21T19:05:38 C-like: add word boundary before class-name prefixes
Golmote 55fcc58e 2015-08-21T09:14:52 Groovy: Revert last change: don't allow for multi-line slashy strings, because it will mess up with division operator + Improved operators regex
Golmote 722bfe28 2015-08-21T08:14:20 Groovy: Allow for multi-line slashy strings
Golmote e3fe5a5f 2015-08-21T07:48:54 Merge branch 'gh-pages' of https://github.com/PrismJS/prism into gh-pages
Golmote 3120ff73 2015-08-21T07:47:59 Scheme: Add missing lookbehind on number pattern. Fix #702
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 776ab901 2015-08-20T08:39:30 Go: improved operator regexp + removed punctuation from it
Golmote f618948c 2015-08-19T20:30:40 Run gulp task
Golmote d9d4ab24 2015-08-19T20:29:51 Merge pull request #677 from gibsjose/python Edited Python language: Added 'class-name'
Golmote af75a3ba 2015-08-19T20:27:31 Add tests for Gherkin
Golmote ce1ec3b5 2015-08-19T20:26:44 Gherkin: Handle \r\n and \r + allow feature alone + don't match blank td and th.
Joe Gibson a288368e 2015-08-19T13:58:35 Just adding 'class-name' to list, not using insert method
Golmote 48ff8b78 2015-08-19T09:00:20 Gherkin: don't allow spaces in tags
Golmote 9af550d4 2015-08-19T08:42:25 Add tests for F#
Golmote 0aa0791f 2015-08-19T08:42:00 F#: fix numbers
Golmote fdc94775 2015-08-19T08:34:03 F#: insert preprocessor before keyword + don't allow line feeds before #
Golmote 0101c890 2015-08-19T08:26:09 F#: improve string pattern
Golmote 09f20052 2015-08-19T08:07:32 F#: fix keywords containing exclamation mark
Golmote cc5ab335 2015-08-19T00:44:40 Add tests for Fortran
Golmote 96525554 2015-08-19T00:43:37 Add tests for Erlang
Golmote 564ce6e8 2015-08-19T00:42:32 Add tests for Eiffel
Golmote 8cc597e4 2015-08-19T00:41:34 Add tests for CSS extras
Golmote b340f939 2015-08-19T00:40:11 Add tests for Dart
Golmote 7d515e91 2015-08-19T00:39:04 Add test for directives in ASP.NET
Golmote cb1485f5 2015-08-19T00:37:59 Add tests for C#
Golmote 28f382d6 2015-08-19T00:36:51 Add tests for C++
Golmote 02d4ddf6 2015-08-19T00:35:57 Add tests for CoffeeScript
Golmote 4206d77e 2015-08-19T00:34:33 Add tests for C-like
Golmote c24fb46b 2015-08-19T00:33:38 Add tests for C
Golmote 10207b8e 2015-08-19T00:32:31 Add tests for Brainfuck
Golmote bbf9bdf9 2015-08-19T00:31:11 Add tests for Bash
Golmote 16e15528 2015-08-19T00:30:07 Add tests for AutoHotKey
Golmote 6bff98a4 2015-08-19T00:28:46 Add tests for ASP.NET
Golmote 43f5829c 2015-08-19T00:27:18 Add tests for AppleScript
Golmote eb0307e6 2015-08-19T00:25:40 Add tests for Apache Configuration
Golmote 94c349ea 2015-08-19T00:23:28 Add tests for ActionScript
Golmote c28d4547 2015-08-19T00:21:28 Move main language specifier char, it gives better readability
Golmote d1b2e206 2015-08-19T00:19:45 Fix test runner: it must use the last language by default
Golmote 9a5fba52 2015-08-18T23:59:37 Merge branch 'gh-pages' of https://github.com/PrismJS/prism into gh-pages
Golmote 26ad4f31 2015-08-18T23:59:12 Add tests for JavaScript + remove example
Golmote 3fb26cc7 2015-08-18T23:58:50 Add tests for CSS
Golmote 1388256b 2015-08-18T23:54:14 Update README.md
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 2cb1326c 2015-08-18T15:37:04 Merge pull request #679 from malash/json-format remove code comments in components.js
Malash 57f43163 2015-08-18T14:39:45 remove code comments in components.js
Golmote 788f6d5e 2015-08-18T08:20:54 Commit updated line changes
Golmote 45ca8c8e 2015-08-18T08:17:01 Add .gitattributes to prevent line ending changes in test files
Joe Gibson 8f8eb626 2015-08-17T17:30:43 Update to minified python
Joe Gibson 9ccb6cb6 2015-08-17T17:28:11 , it appears, is not actually a keyword in Python
Joe Gibson d1845471 2015-08-17T14:59:31 Added 'self' as keyword and added 'class-name' matching
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 a88936ac 2015-08-17T08:55:50 Split plugins into 3 columns on Download page
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
Golmote 86bbd4c9 2015-08-15T13:12:48 Merge pull request #668 from ryanzec/gh-pages changed parseFloat to parseInt to prevent some inconsistency issue with different font sizes