summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Next version will be 2.0.Georg Brandl2014-01-191-7/+7
* | use versionadded directivesGeorg Brandl2014-01-191-29/+29
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-1/+1
* | #944: allow multiple comments in ws1 regexGeorg Brandl2014-01-101-1/+1
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* | Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-101-3/+7
* | eiffel: add to changelog, minor cleanupGeorg Brandl2014-01-101-6/+10
* | Merged in tioui/pygments-main-new (pull request #273)Georg Brandl2014-01-101-1/+42
|\ \
| * | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-091-72/+12
| * | Replace tab with 4 spaces.Louis M2014-01-091-1/+102
* | | cocoabuiltins: make it sets and remove tabs.Georg Brandl2014-01-101-2/+4
* | | Merged in kprofic/pygments-main (pull request #265)Georg Brandl2014-01-101-6/+20
|\ \ \ | |/ / |/| |
| * | Two minor fixesKrzysztof Profic2014-01-101-2/+2
| * | cleanupKrzysztof Profic2013-12-181-1/+1