summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | extracted cocoa types as defines in _cocoabuiltins.pyKrzysztof Profic2013-12-181-5/+3
| * | Added struct, enums declarations, updated set of interface and protocol defin...Krzysztof Profic2013-12-181-3/+4
| * | Handle also cocoa protocols as keywordsKrzysztof Profic2013-12-181-3/+3
| * | Added draft implementation for cocoa types recognitionKrzysztof Profic2013-12-131-0/+12
| * | Updated Objective-c token definitionsKrzysztof Profic2013-12-131-6/+9
| |/
* | Closes #891: remove too broad string escape regex from Prolog lexer.Georg Brandl2014-01-091-1/+1
* | Closes #944: fix "ws1" regex in C family lexers to allow "indented" preproces...Georg Brandl2014-01-091-1/+1
* | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-1/+1
* | Closes #887: allow brackets in fortran.Georg Brandl2014-01-091-1/+1
* | Closes #916: remove strange "case" special case that leads to problemsGeorg Brandl2014-01-091-2/+1
* | chapel: changelog and attributionGeorg Brandl2014-01-091-0/+2
* | Merged in thomasvandoren/pygments-main (pull request #256)Georg Brandl2014-01-091-1/+43
|\ \
| * | pike: consistency updatesGeorg Brandl2014-01-091-0/+2
| * | Merge in webhat/pygments-main-with-pike (pull request #237)Georg Brandl2014-01-091-1/+38
| |\ \
| | * | Added Pike Programming LanguageDani?l W. Crompton2013-09-061-1/+38
| | |/
| * | Rust: properly highlight lifetime specifiersStepan Koltsov2013-08-021-0/+2
| |/
* | Fix long line in ChapelLexer.Thomas Van Doren2013-11-251-1/+2
* | Fix float pattern in ChapelLexer.Thomas Van Doren2013-11-251-4/+4
* | Fix typo in ChapelLexer Keyword list.Thomas Van Doren2013-11-251-1/+1
* | Fix class and proc names in ChapelLexer.Thomas Van Doren2013-11-251-8/+8
* | Update Chapel example file.Thomas Van Doren2013-11-251-1/+1
* | Add ChapelLexer for Chapel source.Thomas Van Doren2013-11-251-1/+75
|/