Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | 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 | 2 | -11/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Use unistring list to enable support for unicode leading character in Haskell | Gaurav Jain | 2014-05-16 | 2 | -11/+22 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | 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 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter | |||||
| | | * | | | | | | | | | | Rename Haskell example file | Gaurav Jain | 2014-05-13 | 1 | -0/+0 | |
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #349) | Tim Hatch | 2014-05-15 | 29 | -569/+837 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | Add JasminLexer.analyse_text | |||||
| | | * | | | | | | | | | Merged in andyli/pygments-main (pull request #354) | Tim Hatch | 2014-05-15 | 22 | -529/+599 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes | |||||
| | | | * \ \ \ \ \ \ \ \ | Merged in jaingaurav2/pygments-main (pull request #351) | Tim Hatch | 2014-05-15 | 7 | -1/+113 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters | |||||
| | | | | * | | | | | | | | | Fixed incorrect backtrack index | Gaurav Jain | 2014-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | Add vim script exmaple file | Gaurav Jain | 2014-05-14 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | 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 | 2 | -12/+12 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | 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 | 2 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵ | Andy Li | 2014-05-13 | 2 | -14/+85 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ECheckType expression. | |||||
| | | * | | | | | | | | Merged in jaingaurav2/pygments-main-978 (pull request #339) | Tim Hatch | 2014-05-12 | 3 | -1/+65 | |
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments | |||||
| | | | * | | | | | | | | Add cfm unit tests | Gaurav Jain | 2014-05-10 | 1 | -0/+46 | |
| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | 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 | 2 | -1/+13 | |
| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | ColdFusion: Fixed example file to work under ColdFusion | Gaurav Jain | 2014-04-26 | 1 | -0/+5 | |
| | | | | |_|_|_|/ / / | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolations | Gaurav Jain | 2014-05-12 | 2 | -3/+7 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Allow hash within double quoted and single quoted strings | Gaurav Jain | 2014-05-11 | 2 | -3/+17 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Rename CoffeeScript example file | Gaurav Jain | 2014-05-11 | 1 | -0/+0 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | 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 | 32 | -96/+2855 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #343) | Tim Hatch | 2014-05-06 | 4 | -3/+816 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | / / / / | | | |_|_|/ / / / | | |/| | | | | | | 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 | 4 | -3/+814 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Merged in Oldes/pygments-main/issue-985 (pull request #345) | Tim Hatch | 2014-05-05 | 4 | -25/+70 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | REBOL comments handling fixed | |||||
| | | * | | | | | Added Red language into language listings and including its and REBOL's home URL | Oldes | 2014-05-05 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | Comments handling fixed in Red language lexer as well. | Oldes | 2014-05-05 | 2 | -8/+33 | |
| | | | | | | | | ||||||
| | | * | | | | | FIX: Issue #985 - REBOL comments | Oldes | 2014-05-05 | 2 | -15/+34 | |
| | | | | | | | | ||||||
| | | * | | | | | .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 | 6 | -57/+297 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Objective-C lexer | |||||
| | | * \ \ \ \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-28 | 6 | -57/+297 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | | | * | | | | Merged upstream changes | Gaurav Jain | 2014-04-28 | 3 | -1/+74 | |
| | | | |\ \ \ \ |