components


Log

Author Commit Date CI Message
Golmote 2d8271fd 2015-09-02T08:54:31 Twig: optimized regexps + fixed operators + added missing operators/keywords
Golmote 936e4293 2015-09-02T08:01:07 Swift: optimized keywords lists and removed duplicates
Golmote 77297288 2015-09-02T00:47:09 Stylus: Rewrote the component entirely
Golmote 14467005 2015-08-31T20:56:26 Smarty: Optimized regexps + fixed punctuation and operators
Golmote 85d8a556 2015-08-31T20:55:52 Markup: Don't allow = to appear in tag name
Golmote d8966223 2015-08-31T19:57:12 Smalltalk: Simplified patterns
Golmote fa7df086 2015-08-31T09:12:32 Scheme: Don't match content of symbols starting with a parenthesis
Golmote 068704a2 2015-08-31T09:06:27 Scheme: Fixes and simplifications
Golmote daf2597a 2015-08-31T08:27:53 Scala: Simplified patterns
Golmote d49fec0a 2015-08-30T23:50:04 SQL: Simplified regexp + fixed keywords and operators + add CHARSET keyword
Golmote 672c167a 2015-08-30T22:52:00 Scss: Simplified patterns + fixed operators + don't match empty selectors
Golmote 28759d0d 2015-08-30T20:19:58 Sass: Fix comments, operators and selectors and simplified patterns
Golmote 6ebb96f0 2015-08-30T19:17:20 SAS: Simplified datalines and optimized operator patterns
Golmote 6c8494fb 2015-08-30T18:36:54 Rust: Simplified patterns and fixed operators
Golmote 1093f7dd 2015-08-30T18:00:40 Rip: Fixed some regexp + moved down numbers
Golmote e6c6b858 2015-08-30T17:32:38 Rest: Simplified some patterns, fixed others, prevented blank comments to match, moved list-bullet down to prevent breaking quotes
Golmote c20c3ec4 2015-08-30T13:38:32 R: Fixed and simplified patterns
Golmote 530f5f00 2015-08-30T13:15:16 Python: Simplified regexps + don't capture where unneeded + fixed operators
Golmote 8e5eabf1 2015-08-30T12:42:51 PHP-extras: Fix $this regexp + improve global regexp
Golmote f9d94520 2015-08-29T23:16:25 PHP: Simplified patterns
Golmote 71b00cce 2015-08-29T12:45:44 Perl: - Simplified regexps - Made most string and regexp patterns multi-line - Added support for regexp's n flag - Added missing operators - Fix -s operator - Fix %= operator
Golmote 46e3e29b 2015-08-29T02:47:59 Merge pull request #731 from nauzilus/tests-powershell PowerShell: Fixes + tests
Daniel Flint 27ea7685 2015-08-29T10:29:39 Incorporate code review feedback
Daniel Flint fce9b0ce 2015-08-29T09:20:35 Remaining test cases for PowerShell
Golmote 44ad8dcb 2015-08-28T23:29:50 NSIS: Fix operator regexp
Golmote e9d382e8 2015-08-28T23:28:58 Objective-C: Fix operator regexp
Golmote c03c8a42 2015-08-28T23:26:44 Pascal: Simplified regexps
Golmote 1d331475 2015-08-28T22:51:55 Objective-C: Simplified regexps + fix strings + handle \r
Golmote bbd83d45 2015-08-28T22:31:50 NSIS: Simplified patterns
Daniel Flint c2ed02da 2015-08-28T23:29:11 More tests
Daniel Flint 118eb8d4 2015-08-28T23:03:44 Starting with powershell tests
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
Daniel Flint 14da55c1 2015-08-27T14:18:16 Update definitions for command/alias/operators. Double and single quoted strings behave differently, the later uses interpolation and can contain nested PowerShell.
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