Log

Author Commit Date CI Message
Golmote 09f20052 2015-08-19T08:07:32 F#: fix keywords containing exclamation mark
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
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
Jannik Zschiesche 3a3cd268 2015-07-15T19:35:07 Extract simplification of token stream Pull the token stream transformation out of the test case into its own component.
Jannik Zschiesche 5c2f9e0a 2015-07-15T19:29:27 Use consistent quote style
Jannik Zschiesche ea234934 2015-07-14T10:51:56 Fully defined Apacheconf test case
Jannik Zschiesche 9ce5838a 2015-07-14T10:51:35 Catch JSON parse error to provide a unified error reporting in the test runner
Jannik Zschiesche 9619d4cb 2015-07-14T10:46:57 Implement support for simplifying nested token streams
Golmote 42fbeef5 2015-07-12T09:10:18 C++: Removed delete[] and new[] broken keywords. They'll be highlighted as keyword+punctuation.
Golmote cb6b8242 2015-07-12T08:38:38 CoffeeScript: prevent strings from ending with a backslash.
Golmote 48686353 2015-07-12T08:30:48 C: Used property as an alias for macro statements + added support for \r in macros
Golmote dcce1a78 2015-07-12T08:21:31 C: Removed string pattern (now that C-like supports escaped new lines) + simplified operators regexp
Golmote 903b8a42 2015-07-12T08:11:33 Bash: removed duplicates in keywords + removed unneeded parentheses
Golmote 27009818 2015-07-12T07:59:33 Bash: simplify comment regex
Golmote fe0a068a 2015-07-11T20:02:03 AutoHotkey: removed duplicates in keywords lists
Golmote f0ccb1b0 2015-07-11T19:48:16 AutoHotkey: match all operators + add comma to punctuation
Golmote 0a1fc4b3 2015-07-11T19:29:50 AutoHotkey: allow tags (labels) to be highlighted at the end of the code
Golmote 4e42e260 2015-07-11T19:11:45 SCSS: Match placeholders inside selectors + alias other placeholders as selectors (fix #238)
Golmote d4194c93 2015-07-11T18:56:55 C-like: use look-ahead instead of inside to match functions
Golmote 1f0a3364 2015-07-11T18:50:14 ASP.NET: Prevent Markup tags from breaking ASP tags + fix MasterType directive
Golmote fbf5cdae 2015-07-11T18:48:48 ASP.NET: Prevent Markup tags from breaking ASP tags + fix MasterType directive
Golmote 7bf6b880 2015-07-11T10:23:26 Run gulp task
Golmote c36b1231 2015-07-11T10:21:25 Merge pull request #583 from westonganger/gh-pages Added Ruby string interpolation
Golmote 66dac311 2015-07-11T09:23:11 AppleScript: Move numbers up so they are not broken by operator pattern
Golmote e8d09f6a 2015-07-11T09:18:50 AppleScript: Removed duplicates between keywords and classes
Golmote 1ec5a81e 2015-07-11T09:12:47 AppleScript: Removed duplicates between operators and keywords
Golmote 65894c59 2015-07-11T08:11:33 AppleScript: Allow one level of nesting in block comments
Golmote e87efd8b 2015-07-10T22:21:08 Apacheconf: don't include the spaces in directive-inline
Golmote 39877114 2015-07-10T22:04:05 ActionScript: Update examples to add inline XML
Golmote 2c1626a7 2015-07-10T22:01:06 ActionScript: Update examples to add inline XML
Golmote 90257b0d 2015-07-10T21:49:55 ActionScript: Fix XML highlighting
Golmote 6bf0794c 2015-07-10T08:23:19 ActionScript: Fix ! operator and add ++ and -- as whole operators
Golmote b6535ddb 2015-07-10T08:07:05 C-like: removed unused 'ignore' pattern.
Golmote 15760e18 2015-07-08T20:23:32 C-like and CSS: Fixes for \r\n
Golmote f2e2718f 2015-07-08T19:39:35 CSS: Selector regexp should not include last spaces before brace
Golmote 901812c1 2015-07-08T19:35:57 CSS: Improved url and string regexps + handle \r
Golmote e2540889 2015-07-08T19:32:10 CSS: Improve atrules
Golmote cd0273ee 2015-07-08T19:26:35 CSS: Highlight parentheses as punctuation
Golmote eef42485 2015-07-08T19:24:19 SCSS: Highlight everything inside atrules
Golmote c19a238b 2015-07-08T19:18:35 Markup: doctype and prolog can be multi-line.
Golmote 1ebcb8e6 2015-07-08T19:17:36 Markup: highlight single quotes in attr-value as punctuation
Golmote bf8e0326 2015-07-08T09:10:59 Fix SCSS media queries
Golmote 588251ad 2015-07-08T09:03:09 Merge pull request #631 from loganfranken/gh-pages Fix SCSS Media Query Regex
Logan Franken 9391e09c 2015-07-07T23:22:09 Added regex rule to capture media query media types and logical operators in SCSS language
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 88f44a79 2015-07-06T19:58:40 Swift: update keyword list (fix #625)