summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-5/+5
| | | | | | | | | | |
| | | * | | | | | | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-10/+10
| | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names
| | * | | | | | | | Improve RacketLexerDavid Corbett2014-05-162-435/+766
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merged in funfunctor/pygments-main (pull request #344)Tim Hatch2014-05-162-5/+168
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new/cryptol: Initial support
| | | * | | | | | | fixups as per commentsEdward O'Callaghan2014-05-061-2/+2
| | | | | | | | | |
| | | * | | | | | | Cryptol lexer fix typoEdward O'Callaghan2014-05-051-1/+1
| | | | | | | | | |
| | | * | | | | | | new/cryptol: Initial supportEdward O'Callaghan2014-05-052-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 Hatch2014-05-1615-130/+132
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Numerous regexlint fixes
| | | * | | | | | | IDLLexer should not be case sensitiveGaurav Jain2014-05-161-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced expressions with \w as appropriate
| | | * | | | | | | Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-157-44/+44
| | | | | | | | | |
| | | * | | | | | | 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-161-11/+14
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-11/+12
| | | | | | | | | | |
| | | * | | | | | | | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-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 Hatch2014-05-1520-550/+633
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | Add JasminLexer.analyse_text
| | | * | | | | | | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-1520-519/+568
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes
| | | | * \ \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-153-1/+18
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters
| | | | | * | | | | | | Fixed incorrect backtrack indexGaurav Jain2014-05-141-1/+1
| | | | | | | | | | | |
| | | | | * | | | | | | 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-121-2/+2
| | | | | | | | | | |
| | | | * | | | | | | 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-151-4/+4
| | | | | | | | | |
| | | * | | | | | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵Andy Li2014-05-131-13/+41
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | ECheckType expression.
| | | * | | | | | Merged in jaingaurav2/pygments-main-978 (pull request #339)Tim Hatch2014-05-121-1/+7
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments
| | | | * | | | | | Match larger strings for comment tokensGaurav Jain2014-05-101-3/+4
| | | | | | | | | |
| | | | * | | | | | ColdFusion: Add Support for nested commentsGaurav Jain2014-04-261-1/+6
| | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolationsGaurav Jain2014-05-121-3/+5
| | | | | | | | |
| | | * | | | | | Allow hash within double quoted and single quoted stringsGaurav Jain2014-05-111-3/+3
| | | | |/ / / / | | | |/| | | |
| | * | | | | | 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-1014-31/+1009
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merged in dscorbett/pygments-jasmin (pull request #343)Tim Hatch2014-05-062-2/+251
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | / / | | | |_|_|/ / | | |/| | | | Add a lexer for Jasmin
| | | * | | | Make requested changes to JasminLexerDavid Corbett2014-05-061-1/+3
| | | | | | |
| | | * | | | Add a lexer for JasminDavid Corbett2014-05-042-2/+249
| | | | |/ / | | | |/| |
| | * | | | Comments handling fixed in Red language lexer as well.Oldes2014-05-051-8/+7
| | | | | |
| | * | | | FIX: Issue #985 - REBOL commentsOldes2014-05-051-8/+7
| | | | | |
| | * | | | .reb is now commonly used file extension for REBOL codeOldes2014-05-051-1/+1
| | |/ / /