summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | Overlap due to case insensitive modeGaurav Jain2014-05-1511-63/+63
| | | | | | | | | | | |
| | | * | | | | | | | | Overlap in character classGaurav Jain2014-05-153-8/+8
| | | | | | | | | | | |
| | | * | | | | | | | | Superfluous character class when only one charGaurav Jain2014-05-156-9/+9
| | | | | | | | | | | |
| | | * | | | | | | | | Instead of negating character class, flip case of builtin classGaurav Jain2014-05-152-3/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-162-11/+26
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-162-11/+22
| | | | | | | | | | | | |
| | | * | | | | | | | | | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-132-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
| | | * | | | | | | | | | Rename Haskell example fileGaurav Jain2014-05-131-0/+0
| | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #349)Tim Hatch2014-05-1529-569/+837
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | Add JasminLexer.analyse_text
| | | * | | | | | | | | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-1522-529/+599
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes
| | | | * \ \ \ \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-157-1/+113
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters
| | | | | * | | | | | | | | Fixed incorrect backtrack indexGaurav Jain2014-05-141-1/+1
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Add vim script exmaple fileGaurav Jain2014-05-141-0/+21
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Ensure whitespace between python keyword and python commandGaurav Jain2014-05-141-2/+2
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Add support for embedded python in Vim scriptsGaurav Jain2014-05-141-0/+9
| | | | | |/ / / / / / / /
| | | | * | | | | | | | | Replace addtional hidden occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-144-24/+23
| | | | | | | | | | | | |
| | | | * | | | | | | | | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-1412-147/+147
| | | | | | | | | | | | |
| | | | * | | | | | | | | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-1416-236/+236
| | | | | | | | | | | | |
| | | | * | | | | | | | | Remove duplcation of PERL6_IDENTIFIER_RANGEGaurav Jain2014-05-141-3/+3
| | | | | | | | | | | | |
| | | | * | | | | | | | | Replace ^\s* with ^[ \t]* to avoid catching \nGaurav Jain2014-05-141-2/+2
| | | | | | | | | | | | |
| | | | * | | | | | | | | Rename test case variable from 'expected' to 'tokens' to fit line width limitGaurav Jain2014-05-122-12/+12
| | | | | | | | | | | | |
| | | | * | | | | | | | | Additional fixes to reduce line lengthGaurav Jain2014-05-124-21/+38
| | | | | | | | | | | | |
| | | | * | | | | | | | | Fixed incorrect replacement in compressed regex expressionsGaurav Jain2014-05-121-18/+18
| | | | | | | | | | | | |
| | | | * | | | | | | | | Fix some lines to be within 90 charactersGaurav Jain2014-05-128-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 Li2014-05-152-5/+5
| | | | | | | | | | | |
| | | * | | | | | | | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵Andy Li2014-05-132-14/+85
| | | | |/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ECheckType expression.
| | | * | | | | | | | Merged in jaingaurav2/pygments-main-978 (pull request #339)Tim Hatch2014-05-123-1/+65
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments
| | | | * | | | | | | | Add cfm unit testsGaurav Jain2014-05-101-0/+46
| | | | | | | | | | | |
| | | | * | | | | | | | Match larger strings for comment tokensGaurav Jain2014-05-101-3/+4
| | | | | | | | | | | |
| | | | * | | | | | | | ColdFusion: Add Support for nested commentsGaurav Jain2014-04-262-1/+13
| | | | | | | | | | | |
| | | | * | | | | | | | ColdFusion: Fixed example file to work under ColdFusionGaurav Jain2014-04-261-0/+5
| | | | | |_|_|_|/ / / | | | | |/| | | | | |
| | | * | | | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolationsGaurav Jain2014-05-122-3/+7
| | | | | | | | | | |
| | | * | | | | | | | Allow hash within double quoted and single quoted stringsGaurav Jain2014-05-112-3/+17
| | | | | | | | | | |
| | | * | | | | | | | Rename CoffeeScript example fileGaurav Jain2014-05-111-0/+0
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Fix Jasmin and Smali code snippet detectionDavid Corbett2014-05-132-15/+17
| | | | | | | | | |
| | * | | | | | | | Distinguish between Jasmin and SmaliDavid Corbett2014-05-112-1/+29
| | | | | | | | | |
| | * | | | | | | | Add JasminLexer.analyse_textDavid Corbett2014-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Objective-J uses `@import` and Jasmin uses `.class`, so they are easy to tell apart.
| * | | | | | | | | Merged birkenfeld/pygments-main into defaultDietmar Winkler2014-05-1032-96/+2855
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #343)Tim Hatch2014-05-064-3/+816
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | / / / / | | | |_|_|/ / / / | | |/| | | | | | Add a lexer for Jasmin
| | | * | | | | | Make requested changes to JasminLexerDavid Corbett2014-05-061-1/+3
| | | | | | | | |
| | | * | | | | | Add a lexer for JasminDavid Corbett2014-05-044-3/+814
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merged in Oldes/pygments-main/issue-985 (pull request #345)Tim Hatch2014-05-054-25/+70
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | REBOL comments handling fixed
| | | * | | | | Added Red language into language listings and including its and REBOL's home URLOldes2014-05-051-1/+2
| | | | | | | |
| | | * | | | | Comments handling fixed in Red language lexer as well.Oldes2014-05-052-8/+33
| | | | | | | |
| | | * | | | | FIX: Issue #985 - REBOL commentsOldes2014-05-052-15/+34
| | | | | | | |
| | | * | | | | .reb is now commonly used file extension for REBOL codeOldes2014-05-051-1/+1
| | |/ / / / /
| | * | | | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-296-57/+297
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Objective-C lexer
| | | * \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-286-57/+297
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Merged upstream changesGaurav Jain2014-04-283-1/+74
| | | | |\ \ \ \