Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | Match Java function name tokens even without leading whitespace | Gaurav Jain | 2014-05-12 | 1 | -5/+5 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Add support for unicode letters in Java identifiers | Gaurav Jain | 2014-05-12 | 1 | -10/+10 | |
| | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names | |||||
| | * | | | | | | | | Improve RacketLexer | David Corbett | 2014-05-16 | 2 | -435/+766 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merged in funfunctor/pygments-main (pull request #344) | Tim Hatch | 2014-05-16 | 2 | -5/+168 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new/cryptol: Initial support | |||||
| | | * | | | | | | | fixups as per comments | Edward O'Callaghan | 2014-05-06 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Cryptol lexer fix typo | Edward O'Callaghan | 2014-05-05 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | new/cryptol: Initial support | Edward O'Callaghan | 2014-05-05 | 2 | -5/+168 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly based off Haskell, however with some tweaks to get reasonable support going. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> | |||||
| | * | | | | | | | Merged in jaingaurav2/pygments-main (pull request #357) | Tim Hatch | 2014-05-16 | 15 | -130/+132 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Numerous regexlint fixes | |||||
| | | * | | | | | | | IDLLexer should not be case sensitive | Gaurav Jain | 2014-05-16 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced expressions with \w as appropriate | |||||
| | | * | | | | | | | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 7 | -44/+44 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 11 | -63/+63 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Overlap in character class | Gaurav Jain | 2014-05-15 | 3 | -8/+8 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Superfluous character class when only one char | Gaurav Jain | 2014-05-15 | 6 | -9/+9 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Instead of negating character class, flip case of builtin class | Gaurav Jain | 2014-05-15 | 2 | -3/+3 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-16 | 1 | -11/+14 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Use unistring list to enable support for unicode leading character in Haskell | Gaurav Jain | 2014-05-16 | 1 | -11/+12 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Restore default MULTILINE flag to Haskell lexer | Gaurav Jain | 2014-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | 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 | 20 | -550/+633 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | | Add JasminLexer.analyse_text | |||||
| | | * | | | | | | | Merged in andyli/pygments-main (pull request #354) | Tim Hatch | 2014-05-15 | 20 | -519/+568 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | Rename test case variable from 'expected' to 'tokens' to fit line width limit | Gaurav Jain | 2014-05-12 | 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 | 8 | -98/+122 | |
| | | | | |_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 14 | -31/+1009 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | 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 | |
| | |/ / / |