summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
* Go allows unicode for identifiers.Tim Hatch2014-05-201-1/+3
* Add token type Number.BinDavid Corbett2014-05-191-14/+15
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-38/+37
* Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-171-91/+96
|\
| * Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-6/+6
| * Overlap due to case insensitive modeGaurav Jain2014-05-151-9/+9
| * Superfluous character class when only one charGaurav Jain2014-05-151-1/+1
| * Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-18/+18
| * Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-33/+33
| * Additional fixes to reduce line lengthGaurav Jain2014-05-121-3/+6
| * Fixed incorrect replacement in compressed regex expressionsGaurav Jain2014-05-121-18/+18
| * Fix some lines to be within 90 charactersGaurav Jain2014-05-121-23/+25
* | Use default state transition to eliminate unecessary empty tokensGaurav Jain2014-04-291-2/+2
|/
* Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-291-4/+35
|\
| * Fixed typo in Carbon built-in regexGaurav Jain2014-04-281-1/+1
| * Change token for literal numbers, arrays and dictionaries from punctuation to...Gaurav Jain2014-04-241-1/+27
| * Add support for boolean number syntaxGaurav Jain2014-04-221-0/+1
| * Add some Carbon builtinsGaurav Jain2014-04-221-0/+4
| * Include Name.Class when searching for builtinsGaurav Jain2014-04-221-1/+1
| * Add copy, atomic, release & class Objective-C keywordsGaurav Jain2014-04-221-2/+2
* | Mark ':' in label as punctuationGaurav Jain2014-04-231-1/+1
* | Reorder regex expressions so that C keywords are matched before a labelGaurav Jain2014-04-231-2/+1
|/
* Add support for kind paramter for integer and real typesGaurav Jain2014-04-171-3/+3
* Merged in jaingaurav2/pygments-main (pull request #307)Tim Hatch2014-04-141-0/+13
|\
| * Added support for iVar block parsingGaurav Jain2014-03-231-0/+13
* | Merged in jaingaurav2/pygments-main (pull request #314)Tim Hatch2014-04-141-7/+14
|\ \
| * \ Merged in biozic/pygments-main (pull request #294)Tim Hatch2014-04-141-5/+12
| |\ \
| | * | Add missing keywords and special tokens to DLexerNicolas Sicard2014-03-061-5/+12
| * | | Merged in jaingaurav2/pygments-main (pull request #306)Tim Hatch2014-04-141-2/+2
| |\ \ \
| | * | | Fix code formattingGaurav Jain2014-03-231-1/+1
| | * | | Use correct RegEx expression for whitespaceGaurav Jain2014-03-221-1/+1
| | * | | Fixed previous commit to match whitespace seperately from variable nameGaurav Jain2014-03-221-2/+2
| | * | | Allow whitespace between type and name in method signatureGaurav Jain2014-03-221-1/+1
* | | | | Improve handling of labelsGaurav Jain2014-04-141-2/+2
|/ / / /
* | | | Method marker should be colored as punctuation, not as a keywordGaurav Jain2014-03-231-1/+1
| |_|/ |/| |
* | | Update and fix the Inform 6 lexerDavid Corbett2014-03-161-13/+21
|/ /
* | Detect Objective-C snippets if there is a NSNumber objectGaurav Jain2014-03-141-0/+2
|/
* Fix a few non-Python3 compatible raw Unicode literals.Georg Brandl2014-03-041-4/+4
* Merged in micclly/pygments-main/add_mql_lexer (pull request #285)Georg Brandl2014-03-041-1/+687
|\
| * Inform: versionadded, remove ".h" file glob, changelog entry.Georg Brandl2014-03-041-1/+7
| * Add Inform lexersDavid Corbett2014-01-311-1/+681
* | Splitted long linesmicclly2014-02-091-134/+268
* | Added MQL4 constants to MqlLexermicclly2014-02-091-0/+297
* | Added MqlLexermicclly2014-02-091-1/+12
|/
* Rust lexer: regex fix.Georg Brandl2014-01-201-4/+4
* Merged in octayn/pygments-main (pull request #270)Georg Brandl2014-01-201-16/+63
|\
| * Address more commentsCorey Richardson2014-01-201-2/+3
| * Address commentsCorey Richardson2014-01-191-7/+8
| * Rust: fix builtin typesCorey Richardson2014-01-071-1/+2
| * Rust lexer: update to 0.9Corey Richardson2014-01-071-17/+61