Log

Author Commit Date CI Message
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 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 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 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 7d515e91 2015-08-19T00:39:04 Add test for directives in ASP.NET
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
Ryan Zec cba03451 2015-08-15T05:03:55 changed parseFloat to parseInt to prevent some inconsistency issue with different font sizes
Golmote 95dc1029 2015-08-13T19:50:47 Merge pull request #652 from lgiraudel/git-examples More examples for git syntax
Golmote d04c8aac 2015-08-13T19:37:16 Merge pull request #660 from Golmote/tests-markup Add tests for Markup component
Golmote 48d20e74 2015-08-13T08:56:38 Add tests for Markup component
Golmote 956cd85c 2015-08-13T08:53:20 Merge pull request #588 from apfelbox/mocha Implement test suite runner
Golmote fd549959 2015-08-13T08:33:48 Fix complete hook behaviour + run gulp task
Golmote e58b6c0a 2015-08-13T08:15:17 Merge branch 'complete-hook' of https://github.com/manfer/prism
Golmote be573654 2015-08-09T23:22:04 Merge branch 'master' of https://github.com/PrismJS/prism into gh-pages
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
Fernando San Julián 1c630b1d 2015-08-09T00:05:14 complete hook added
Golmote 7f1ae758 2015-08-07T12:09:25 Merge pull request #656 from 1st1/pep492 python: Add async/await and @ operator (introduced in 3.5)
Yury Selivanov 3ded4f2c 2015-08-06T18:37:13 python: Add async/await and @ operator (introduced in 3.5)
Loic Giraudel 6fc4cf68 2015-08-02T23:55:37 More examples for git
Golmote 3f679f8d 2015-07-31T16:07:05 Merge pull request #647 from davidpeach/gh-pages Change the link to my article to correct URL.
david peach 54cfe4fb 2015-07-27T18:34:31 Change the link to my article to correct URL. My .htaccess in the old site has stopped working and so have manually edited the link here.
Jannik Zschiesche e8884a96 2015-07-26T15:28:39 Added documentation about the test runner and test suite
Jannik Zschiesche 2bc55185 2015-07-26T14:34:41 Improve support of node 10.x
Jannik Zschiesche 9e6703ad 2015-07-26T14:32:00 Added travis.yml to run tests in travis
Jannik Zschiesche a13c87b9 2015-07-26T14:27:38 Added support for specifying the main language to load in test cases You can add an exclamation mark anywhere in the name to load it as main language. If you do not specify anything, the first entry is used as main language css+markup! --> markup is main language css+markup --> css is main language
Jannik Zschiesche 799570f9 2015-07-26T14:25:30 Fixed javascript test case
Jannik Zschiesche 1e0b8d9d 2015-07-26T14:08:47 Fixed code style issues
Golmote 0c24b9b1 2015-07-26T11:33:15 Merge branch 'gh-pages' of https://github.com/PrismJS/prism
Golmote ed9d7e35 2015-07-26T11:26:07 Add Ubuntu Mono font to font stack
Golmote 58f6fe1f 2015-07-26T11:24:40 Revert 5b29a673c468920ac68c3af6e769f72c2b895434 for now.
Golmote f22b406e 2015-07-26T11:21:47 Merge branch 'master' of https://github.com/PrismJS/prism
Golmote 8a6d32d3 2015-07-18T18:18:14 Fortran: fix keyword patterns order
Golmote 40ae2153 2015-07-18T18:01:32 Fortran: more bullet-proof pattern for comments inside strings.
Lea Verou 78a70002 2015-07-18T18:21:27 Merge pull request #627 from polybuildr/master Add Ubuntu Mono font to font stack
Golmote fa286aa5 2015-07-17T08:39:15 Erlang: Fixed quoted functions and quoted atoms. Fixed variables pattern so that it does not break atoms. Fixed operator <=.
Golmote 7d1b8d7e 2015-07-17T08:11:47 Eiffel: Fix string patterns order + fix /= operator
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 86311f5e 2015-07-16T08:06:25 C#: Fix preprocessor pattern
Jannik Zschiesche b8d92aa7 2015-07-15T20:06:21 Verify that the token stream transfomer ignores all token properties except type and content
Jannik Zschiesche 8bdf4c87 2015-07-15T20:02:49 Test the test runner itself We are at a point where we probably should test the test runner (especially the token stream transformer) itself.
Jannik Zschiesche f05e0797 2015-07-15T20:01:39 Updated simplification of token stream It now strips empty values