Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | Improve support for Unicode in Haskell identifiers | Gaurav Jain | 2014-05-13 | 1 | -7/+9 | |
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter | |||||
| | * | | | | | Merged in dscorbett/pygments-jasmin (pull request #349) | Tim Hatch | 2014-05-15 | 17 | -545/+627 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | Add JasminLexer.analyse_text | |||||
| | | * | | | | Merged in andyli/pygments-main (pull request #354) | Tim Hatch | 2014-05-15 | 17 | -514/+562 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes | |||||
| | | | * \ \ \ | Merged in jaingaurav2/pygments-main (pull request #351) | Tim Hatch | 2014-05-15 | 3 | -1/+18 | |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters | |||||
| | | | | * | | | | Fixed incorrect backtrack index | Gaurav Jain | 2014-05-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | * | | | | Ensure whitespace between python keyword and python command | Gaurav Jain | 2014-05-14 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | | | | * | | | | Add support for embedded python in Vim scripts | Gaurav Jain | 2014-05-14 | 1 | -0/+9 | |
| | | | | |/ / / | ||||||
| | | | * | | | | Replace addtional hidden occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 4 | -24/+23 | |
| | | | | | | | | ||||||
| | | | * | | | | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 12 | -147/+147 | |
| | | | | | | | | ||||||
| | | | * | | | | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 16 | -236/+236 | |
| | | | | | | | | ||||||
| | | | * | | | | Remove duplcation of PERL6_IDENTIFIER_RANGE | Gaurav Jain | 2014-05-14 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | | | * | | | | Replace ^\s* with ^[ \t]* to avoid catching \n | Gaurav Jain | 2014-05-14 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | * | | | | Additional fixes to reduce line length | Gaurav Jain | 2014-05-12 | 4 | -21/+38 | |
| | | | | | | | | ||||||
| | | | * | | | | Fixed incorrect replacement in compressed regex expressions | Gaurav Jain | 2014-05-12 | 1 | -18/+18 | |
| | | | | | | | | ||||||
| | | | * | | | | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 6 | -95/+118 | |
| | | | | |_|/ | | | | |/| | | | | | | | | | | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length | |||||
| | | * | | | | Haxe: optional semicolon after macro class reification. | Andy Li | 2014-05-15 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | * | | | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵ | Andy Li | 2014-05-13 | 1 | -13/+41 | |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | ECheckType expression. | |||||
| | | * | | | Merged in jaingaurav2/pygments-main-978 (pull request #339) | Tim Hatch | 2014-05-12 | 1 | -1/+7 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments | |||||
| | | | * | | | Match larger strings for comment tokens | Gaurav Jain | 2014-05-10 | 1 | -3/+4 | |
| | | | | | | | ||||||
| | | | * | | | ColdFusion: Add Support for nested comments | Gaurav Jain | 2014-04-26 | 1 | -1/+6 | |
| | | | | | | | ||||||
| | | * | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolations | Gaurav Jain | 2014-05-12 | 1 | -3/+5 | |
| | | | | | | | ||||||
| | | * | | | | Allow hash within double quoted and single quoted strings | Gaurav Jain | 2014-05-11 | 1 | -3/+3 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | Fix Jasmin and Smali code snippet detection | David Corbett | 2014-05-13 | 2 | -15/+17 | |
| | | | | | | ||||||
| | * | | | | Distinguish between Jasmin and Smali | David Corbett | 2014-05-11 | 2 | -1/+29 | |
| | | | | | | ||||||
| | * | | | | Add JasminLexer.analyse_text | David Corbett | 2014-05-10 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Objective-J uses `@import` and Jasmin uses `.class`, so they are easy to tell apart. | |||||
| * | | | | | Merged birkenfeld/pygments-main into default | Dietmar Winkler | 2014-05-10 | 11 | -24/+953 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Merged in dscorbett/pygments-jasmin (pull request #343) | Tim Hatch | 2014-05-06 | 2 | -2/+251 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | Add a lexer for Jasmin | |||||
| | | * | | | Make requested changes to JasminLexer | David Corbett | 2014-05-06 | 1 | -1/+3 | |
| | | | | | | ||||||
| | | * | | | Add a lexer for Jasmin | David Corbett | 2014-05-04 | 2 | -2/+249 | |
| | | | |/ | | | |/| | ||||||
| | * | | | Comments handling fixed in Red language lexer as well. | Oldes | 2014-05-05 | 1 | -8/+7 | |
| | | | | | ||||||
| | * | | | FIX: Issue #985 - REBOL comments | Oldes | 2014-05-05 | 1 | -8/+7 | |
| | | | | | ||||||
| | * | | | .reb is now commonly used file extension for REBOL code | Oldes | 2014-05-05 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337) | Tim Hatch | 2014-04-29 | 2 | -6/+37 | |
| | |\ \ | | | | | | | | | | | | | | | | Improvements to Objective-C lexer | |||||
| | | * \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-28 | 2 | -6/+37 | |
| | | |\ \ | ||||||
| | | | * \ | Merged upstream changes | Gaurav Jain | 2014-04-28 | 2 | -1/+68 | |
| | | | |\ \ | ||||||
| | | | | * \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-24 | 2 | -6/+37 | |
| | | | | |\ \ | ||||||
| | | | * | | | | Fixed typo in Carbon built-in regex | Gaurav Jain | 2014-04-28 | 1 | -1/+1 | |
| | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | Carbon builtin should not be prefixed with an @. Also changed the the \n to \b | |||||
| | | | * | | | Change token for literal numbers, arrays and dictionaries from punctuation ↵ | Gaurav Jain | 2014-04-24 | 1 | -1/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to literal | |||||
| | | | * | | | Add support for boolean number syntax | Gaurav Jain | 2014-04-22 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | * | | | Add additional Cocoa protocols | Gaurav Jain | 2014-04-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Add some Carbon builtins | Gaurav Jain | 2014-04-22 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | | * | | | Remove invalid builtins | Gaurav Jain | 2014-04-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing MyClass & MyClassJavaScriptMethods as they do not seem to be builtins | |||||
| | | | * | | | Include Name.Class when searching for builtins | Gaurav Jain | 2014-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a class extends a class, the parent class could be a builtin so it needs to be scanned in get_tokens_unprocessed() | |||||
| | | | * | | | Add copy, atomic, release & class Objective-C keywords | Gaurav Jain | 2014-04-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336) | Tim Hatch | 2014-04-29 | 8 | -6/+658 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label | |||||
| | | * | | | | | Converted tabs to spaces in the indentation | Oldes | 2014-04-29 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Added missing possible space inside binary datatype and added some binary ↵ | Oldes | 2014-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests into example code. | |||||
| | | * | | | | | Changed version and removed unnecessary line. | Oldes | 2014-04-29 | 1 | -3/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Initial version of Red-language lexer | Oldes | 2014-04-29 | 2 | -1/+190 | |
| | | |/ / / / | ||||||
| | | * | | | | Gherkin: Comments should only be matched on distinct lines | Gaurav Jain | 2014-04-27 | 1 | -1/+2 | |
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://github.com/cucumber/cucumber/wiki/Gherkin, cooments are complete lines that can appear anywhere in the file and have leading whitespace. Added valid example file which was validated with 'cucumber -r -d tests/examplefiles/example.feature' |