components


Log

Author Commit Date CI Message
Golmote a92e4bd3 2015-08-28T08:31:17 NASM: Converted indents to tabs, removed uneeded escapes, added lookbehinds
Golmote a3cbecc2 2015-08-28T07:58:10 MATLAB: Simplify string pattern to remove lookbehind
Golmote 4c551e8b 2015-08-27T20:58:43 Markup: Simplify patterns + handle \r\n and \r
Golmote 16faf6bc 2015-08-27T08:12:24 Makefile: Handle \r\n in comments and strings + fix "-include" keyword
Golmote 8147c9bf 2015-08-26T20:25:31 LOLCODE: Removed useless parentheses
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 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 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 3120ff73 2015-08-21T07:47:59 Scheme: Add missing lookbehind on number pattern. Fix #702
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
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 ed9f2b21 2015-08-17T08:47:32 Move removal of initial line feed to a plugin
Golmote fd549959 2015-08-13T08:33:48 Fix complete hook behaviour + run gulp task
Yury Selivanov 3ded4f2c 2015-08-06T18:37:13 python: Add async/await and @ operator (introduced in 3.5)
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.
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 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
Logan Franken 9391e09c 2015-07-07T23:22:09 Added regex rule to capture media query media types and logical operators in SCSS language
Golmote 88f44a79 2015-07-06T19:58:40 Swift: update keyword list (fix #625)
Golmote 1682ca5e 2015-07-02T06:26:56 Run gulp task
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
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 3baa61c1 2015-06-27T22:25:58 Merge pull request #610 from Golmote/prism-makefile Add support for Makefile
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 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