summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | | 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
| | |/ / / / /
| | * | | | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-293-11/+43
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Objective-C lexer
| | | * \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-283-11/+43
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Merged upstream changesGaurav Jain2014-04-282-1/+68
| | | | |\ \ \ \
| | | | | * \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-243-11/+43
| | | | | |\ \ \ \
| | | | * | | | | | Fixed typo in Carbon built-in regexGaurav Jain2014-04-281-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 Jain2014-04-241-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to literal
| | | | * | | | | Tweaks to Xcode styleGaurav Jain2014-04-241-5/+6
| | | | | | | | |
| | | | * | | | | Add support for boolean number syntaxGaurav Jain2014-04-221-0/+1
| | | | | | | | |
| | | | * | | | | Add additional Cocoa protocolsGaurav Jain2014-04-221-1/+1
| | | | | | | | |
| | | | * | | | | Add some Carbon builtinsGaurav Jain2014-04-221-0/+4
| | | | | | | | |
| | | | * | | | | Remove invalid builtinsGaurav Jain2014-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing MyClass & MyClassJavaScriptMethods as they do not seem to be builtins
| | | | * | | | | Include Name.Class when searching for builtinsGaurav Jain2014-04-221-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 keywordsGaurav Jain2014-04-221-2/+2
| | | | | | | | |
| | * | | | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336)Tim Hatch2014-04-298-6/+658
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label
| | | * | | | | | | Converted tabs to spaces in the indentationOldes2014-04-291-1/+1
| | | | | | | | | |
| | | * | | | | | | Added missing possible space inside binary datatype and added some binary ↵Oldes2014-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests into example code.
| | | * | | | | | | Changed version and removed unnecessary line.Oldes2014-04-291-3/+1
| | | | | | | | | |
| | | * | | | | | | Initial version of Red-language lexerOldes2014-04-292-1/+190
| | | |/ / / / / /
| | | * | | | | | Gherkin: Comments should only be matched on distinct linesGaurav Jain2014-04-271-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'
| | | * | | | | Fix PanLexer and TcshLexer to allow inline comments without whitespaceTim Hatch2014-04-242-4/+8
| | | | | | | |