summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | better not to use unicode_literals...Georg Brandl2014-09-201-28/+25
| | | | | |
| | | | * | Sort out Unicode output issues with RTF and image formatters.Georg Brandl2014-09-202-8/+8
| | | | | |
| | | | * | Don't test lexer classes from arbitrary plugins.Georg Brandl2014-09-201-3/+4
| | | | | |
| | | | * | Image formatter: PEP8...Georg Brandl2014-09-201-7/+7
| | | | | |
| | | | * | split up math moduleGeorg Brandl2014-09-209-2214/+2317
| | | | | |
| | | | * | Add a profiling lexer subclass.Georg Brandl2014-09-201-2/+59
| | | | | |
| | | | * | Add an API to get a lexer class for a filename without instantiating it.Georg Brandl2014-09-201-5/+18
| | | | | |
| | | | * | regexopt: return the uncompiled regex.Georg Brandl2014-09-202-5/+4
| | | | | |
| | | | * | Fix inefficient lexing of whitespace before preprocessor macros in ↵Georg Brandl2014-09-201-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | SourcePawn/Pawn.
| | | | * | Remove a debugging print in the MatlabSessionLexer.Georg Brandl2014-09-201-1/+0
| | | | | |
| | | | * | Remove the misc subpackage.Georg Brandl2014-09-2030-115/+102
| | | | | |
| | | | * | Remove the c_like subpackage.Georg Brandl2014-09-2012-47/+47
| | | | | |
| | | | * | Use words() in puppet lexer.Georg Brandl2014-09-201-18/+24
| | | | | |
| | | | * | Refactored formatter mapping to work like the lexer mapping.Georg Brandl2014-09-204-133/+154
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to Ilia Choly for the initial pull request.
| | | | * | add missing versionadded markers, and all new lexers to changelog.Georg Brandl2014-09-203-0/+10
| | | | | |
| | | | * | fix mappingGeorg Brandl2014-09-202-3/+3
| | | | | |
| | | | * | misc fixups in math.py and jvm.pyGeorg Brandl2014-09-203-205/+208
| | | | | |
| | | | * | Merged in macnugget/pygments-main (pull request #373)Georg Brandl2014-09-202-2/+2
| | | | |\ \
| | | | | * | Add .rvt extension to TclLexer to support Apache Rivet Tcl code.David McNett2014-06-111-1/+1
| | | | | |/ | | | | | | | | | | | | | | | | | | Ref: http://tcl.apache.org/rivet/
| | | | * | update mapfileGeorg Brandl2014-09-201-1/+1
| | | | | |
| | | | * | Merged in pchaigno/pygments-main/prolog-ecl (pull request #374)Georg Brandl2014-09-2096-24893/+26550
| | | | |\ \
| | | | | * \ Merged in whatthejeff/pygments-main (pull request #382)Georg Brandl2014-09-201-1/+1
| | | | | |\ \
| | | | | | * | Fix PHP heredocs and added nowdocs support.Jeff Welch2014-07-081-1/+1
| | | | | | |/
| | | | | * | Merged in jaingaurav2/pygments-main-1011 (pull request #376)Georg Brandl2014-09-2096-24893/+26552
| | | | | |\ \
| | | | | | * | fix templatesGeorg Brandl2014-09-191-23/+31
| | | | | | | |
| | | | | | * | split up web lexersGeorg Brandl2014-09-1918-4588/+4757
| | | | | | | |
| | | | | | * | Fixup and word()ify mathGeorg Brandl2014-09-191-984/+999
| | | | | | | |
| | | | | | * | split up text lexersGeorg Brandl2014-09-1920-2195/+2295
| | | | | | | |
| | | | | | * | use words() in sqlGeorg Brandl2014-09-191-88/+95
| | | | | | | |
| | | | | | * | Make all keyword lists in special modules into tuples.Georg Brandl2014-09-1913-426/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
| | | | | | * | split up functional lexersGeorg Brandl2014-09-1910-3854/+3937
| | | | | | | |
| | | | | | * | reorganization of other.py, part 3/3Georg Brandl2014-09-1910-558/+634
| | | | | | | |
| | | | | | * | reorganization of other.py, part 2Georg Brandl2014-09-1913-2053/+2186
| | | | | | | |
| | | | | | * | reorganization of other.py, part 1Georg Brandl2014-09-1916-2297/+2457
| | | | | | | |
| | | | | | * | More application of words().Georg Brandl2014-09-198-258/+272
| | | | | | | |
| | | | | | * | mergeGeorg Brandl2014-09-161-46/+44
| | | | | | |\ \
| | | | | | | * \ mergeGeorg Brandl2014-09-161-46/+44
| | | | | | | |\ \
| | | | | | | | * \ Merged in pmoura/pygments-main (pull request #401)Georg Brandl2014-09-168-554/+672
| | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Logtalk lexer
| | | | | | | | * | | Style change: use `1.0`and `0.0` instead of, respectively, `True` and ↵Paulo Moura2014-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `False` in the analyse_text() function.
| | | | | | | | * | | When analyzing, replace the too broad `:-` sequence by a regular expression ↵Paulo Moura2014-09-161-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matching directives.
| | | | | | | | * | | Added missing specific number tokens to the entity relation regular expressions.Paulo Moura2014-09-121-3/+3
| | | | | | | | | | |
| | | | | | | | * | | Add more specific number types for binary, octal, and hexadecimal syntaxes.Paulo Moura2014-09-121-3/+3
| | | | | | | | | | |
| | | | | | | | * | | Fix harmless comment layoutPaulo Moura2014-09-111-1/+1
| | | | | | | | | | |
| | | | | | | | * | | Updated Logtalk lexerPaulo Moura2014-09-111-47/+44
| | | | | | | | | | |
| | | | | | * | | | | move Hy to lisp, use words() in python.pyGeorg Brandl2014-09-163-182/+226
| | | | | | | | | | |
| | | | | | * | | | | split up agile.py into individual modulesGeorg Brandl2014-09-1610-2566/+2666
| | | | | | | | | | |
| | | | | | * | | | | split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-1627-5445/+5853
| | | | | | | | | | |
| | | | | | * | | | | fix PEP8Georg Brandl2014-09-161-6/+4
| | | | | | | | | | |
| | | | | | * | | | | support submodules in _mapping regenerationGeorg Brandl2014-09-161-14/+16
| | | | | | | | | | |
| | | | | | * | | | | fix up words() use in the rest of compiled.pyGeorg Brandl2014-09-161-99/+113
| | | | | | | | | | |