Log

Author Commit Date CI Message
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)
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
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)
Golmote 1682ca5e 2015-07-02T06:26:56 Run gulp task
Golmote e9936c6d 2015-07-02T06:25:27 Merge pull request #617 from mcdurdin/gh-pages Fix typo in keyword kmw_embedjs for prism-keyman.js
Marc Durdin ebfc23c8 2015-07-02T09:42:35 Added baselayout, layer and platform statements (they exist as keywords as well as system stores)
Marc Durdin 32ce018c 2015-07-02T09:19:24 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages
Marc Durdin 950afe9d 2015-07-02T09:19:05 fix typo in kmw_embedjs
Golmote 8be7815b 2015-07-01T18:50:02 Run gulp task
Golmote 5458cec9 2015-07-01T18:45:25 Merge pull request #575 from TimothyGu/patch-1 Add some more JS keywords
Timothy Gu a58bf9ae 2015-05-07T21:01:26 javascript: Add async/await
Golmote f28a3e0a 2015-06-28T05:00:41 Run gulp task
Lea Verou 2698f82e 2015-06-27T22:36:43 Merge pull request #609 from mcdurdin/gh-pages Add Keyman language highlighting
Lea Verou 8e5ebcca 2015-06-27T22:26:39 Merge pull request #600 from garlicnation/patch-1 Add repository to bower.json
Lea Verou 3baa61c1 2015-06-27T22:25:58 Merge pull request #610 from Golmote/prism-makefile Add support for Makefile
Lea Verou 3ede718c 2015-06-27T22:23:10 Merge pull request #611 from Golmote/prism-brainfuck Add support for Brainfuck
Golmote 82dbbdfe 2015-06-28T03:07:59 Merge remote-tracking branch 'official/gh-pages' into prism-brainfuck Conflicts: components.js
Golmote 670d5afe 2015-06-28T02:33:28 Regression fix: do not allow multi-line strings in C-like (unless properly escaped)
Golmote 12219d2f 2015-06-28T02:17:08 Add support for Makefile
Marc Durdin c7eb5cb1 2015-06-28T08:22:28 rename $silkey to $weaver
Marc Durdin a03b3299 2015-06-28T06:29:30 bare numbers are not always octal so allow any digit
Marc Durdin ab4a4cad 2015-06-28T06:24:07 Clean up Keyman regexes, add further examples
Marc Durdin 1c8a8419 2015-06-27T22:46:21 Add match and nomatch structural keywords
Marc Durdin e07819b8 2015-06-27T22:42:19 Keyman examples
Marc Durdin 74103771 2015-06-27T21:52:20 Added Keyman language (http://help.keyman.com/developer)
Weston Ganger 5b1e07bc 2015-06-25T12:58:40 fixed double quoted strings in interpolation ruby
Golmote 8030db91 2015-06-25T08:00:14 File Highlight: allow to specify the language (takes precedence over extension guess) + Set language on parent even if unknown. Fix #607
Golmote f1705eb1 2015-06-21T10:17:19 Merge pull request #604 from loganfranken/ie9-line-highlight Update New Line Character Used in Line Highlight Spacing
Logan Franken e22af8b4 2015-06-20T18:44:16 Removed '\r' from line highlight new line spacing logic
Golmote a7064dd4 2015-06-20T20:07:37 Moved up JS strings before template strings as they are far more common
Golmote 476cbf42 2015-06-20T20:06:39 Improved regex performance of C-like strings and JS regexps
Golmote a88aae89 2015-06-19T20:47:22 Merge pull request #601 from aviaryan/python Enhancements in Python component
aviaryan 2f2ac778 2015-06-19T12:18:28 updated python min file
aviaryan 7af9c9bf 2015-06-19T12:12:27 fixed bug with hexa numbers highlighting in python
aviaryan f1b2e87a 2015-06-19T11:55:24 added function highlighting in python
AJ Ortega 2dd972c2 2015-06-18T21:24:43 Update bower.json
AJ Ortega fa2ca999 2015-06-18T21:23:21 Add repository field to bower.json.
Avi Aryan 60e4f317 2015-06-19T04:16:27 Merge pull request #2 from PrismJS/gh-pages sync
Golmote 43e6157d 2015-06-18T18:52:55 Merge pull request #595 from a-rey/add-vhdl adding vhdl language
a-rey 3d398915 2015-06-18T11:13:15 adding example page and minified file
a-rey 43cc56f5 2015-06-14T16:32:47 getting rid of [] and ()
Golmote 6f2cd4ed 2015-06-14T19:43:49 Merge pull request #597 from apfelbox/es6-numbers Support for JavaScript octal and binary numbers (in ES6)
Jannik Zschiesche a8aa0588 2015-06-14T18:18:37 Implemented support for octal and binary numbers in javascript They are supported from ES6+
Golmote 04f72b14 2015-06-14T18:26:16 ES6: Template strings + interpolation
Golmote 1453aac5 2015-06-14T17:53:53 Run gulp task
Golmote 82faa6f4 2015-06-14T17:45:24 Merge pull request #596 from loganfranken/es6-syntax Add Missing ES6 Keywords and Regex Flags
Golmote 5850e754 2015-06-14T17:42:29 Merge pull request #594 from kkirsche/patch-1 Remove moot `version` property from bower.json
Logan Franken ca68b876 2015-06-14T00:53:20 Added support for missing ES6 keywords in JavaScript
Logan Franken 5d99957a 2015-06-14T00:48:06 Added support for 'y' and 'u' ES6 JavaScript regex flags