Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | better not to use unicode_literals... | Georg Brandl | 2014-09-20 | 1 | -28/+25 | |
| | | | | | | ||||||
| | | | * | | Sort out Unicode output issues with RTF and image formatters. | Georg Brandl | 2014-09-20 | 2 | -8/+8 | |
| | | | | | | ||||||
| | | | * | | Don't test lexer classes from arbitrary plugins. | Georg Brandl | 2014-09-20 | 1 | -3/+4 | |
| | | | | | | ||||||
| | | | * | | Image formatter: PEP8... | Georg Brandl | 2014-09-20 | 1 | -7/+7 | |
| | | | | | | ||||||
| | | | * | | split up math module | Georg Brandl | 2014-09-20 | 9 | -2214/+2317 | |
| | | | | | | ||||||
| | | | * | | Add a profiling lexer subclass. | Georg Brandl | 2014-09-20 | 1 | -2/+59 | |
| | | | | | | ||||||
| | | | * | | Add an API to get a lexer class for a filename without instantiating it. | Georg Brandl | 2014-09-20 | 1 | -5/+18 | |
| | | | | | | ||||||
| | | | * | | regexopt: return the uncompiled regex. | Georg Brandl | 2014-09-20 | 2 | -5/+4 | |
| | | | | | | ||||||
| | | | * | | Fix inefficient lexing of whitespace before preprocessor macros in ↵ | Georg Brandl | 2014-09-20 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SourcePawn/Pawn. | |||||
| | | | * | | Remove a debugging print in the MatlabSessionLexer. | Georg Brandl | 2014-09-20 | 1 | -1/+0 | |
| | | | | | | ||||||
| | | | * | | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 30 | -115/+102 | |
| | | | | | | ||||||
| | | | * | | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 12 | -47/+47 | |
| | | | | | | ||||||
| | | | * | | Use words() in puppet lexer. | Georg Brandl | 2014-09-20 | 1 | -18/+24 | |
| | | | | | | ||||||
| | | | * | | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 4 | -133/+154 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Ilia Choly for the initial pull request. | |||||
| | | | * | | add missing versionadded markers, and all new lexers to changelog. | Georg Brandl | 2014-09-20 | 3 | -0/+10 | |
| | | | | | | ||||||
| | | | * | | fix mapping | Georg Brandl | 2014-09-20 | 2 | -3/+3 | |
| | | | | | | ||||||
| | | | * | | misc fixups in math.py and jvm.py | Georg Brandl | 2014-09-20 | 3 | -205/+208 | |
| | | | | | | ||||||
| | | | * | | Merged in macnugget/pygments-main (pull request #373) | Georg Brandl | 2014-09-20 | 2 | -2/+2 | |
| | | | |\ \ | ||||||
| | | | | * | | Add .rvt extension to TclLexer to support Apache Rivet Tcl code. | David McNett | 2014-06-11 | 1 | -1/+1 | |
| | | | | |/ | | | | | | | | | | | | | | | | | | | Ref: http://tcl.apache.org/rivet/ | |||||
| | | | * | | update mapfile | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | | * | | Merged in pchaigno/pygments-main/prolog-ecl (pull request #374) | Georg Brandl | 2014-09-20 | 96 | -24893/+26550 | |
| | | | |\ \ | ||||||
| | | | | * \ | Merged in whatthejeff/pygments-main (pull request #382) | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | |\ \ | ||||||
| | | | | | * | | Fix PHP heredocs and added nowdocs support. | Jeff Welch | 2014-07-08 | 1 | -1/+1 | |
| | | | | | |/ | ||||||
| | | | | * | | Merged in jaingaurav2/pygments-main-1011 (pull request #376) | Georg Brandl | 2014-09-20 | 96 | -24893/+26552 | |
| | | | | |\ \ | ||||||
| | | | | | * | | fix templates | Georg Brandl | 2014-09-19 | 1 | -23/+31 | |
| | | | | | | | | ||||||
| | | | | | * | | split up web lexers | Georg Brandl | 2014-09-19 | 18 | -4588/+4757 | |
| | | | | | | | | ||||||
| | | | | | * | | Fixup and word()ify math | Georg Brandl | 2014-09-19 | 1 | -984/+999 | |
| | | | | | | | | ||||||
| | | | | | * | | split up text lexers | Georg Brandl | 2014-09-19 | 20 | -2195/+2295 | |
| | | | | | | | | ||||||
| | | | | | * | | use words() in sql | Georg Brandl | 2014-09-19 | 1 | -88/+95 | |
| | | | | | | | | ||||||
| | | | | | * | | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 13 | -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 lexers | Georg Brandl | 2014-09-19 | 10 | -3854/+3937 | |
| | | | | | | | | ||||||
| | | | | | * | | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 10 | -558/+634 | |
| | | | | | | | | ||||||
| | | | | | * | | reorganization of other.py, part 2 | Georg Brandl | 2014-09-19 | 13 | -2053/+2186 | |
| | | | | | | | | ||||||
| | | | | | * | | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 16 | -2297/+2457 | |
| | | | | | | | | ||||||
| | | | | | * | | More application of words(). | Georg Brandl | 2014-09-19 | 8 | -258/+272 | |
| | | | | | | | | ||||||
| | | | | | * | | merge | Georg Brandl | 2014-09-16 | 1 | -46/+44 | |
| | | | | | |\ \ | ||||||
| | | | | | | * \ | merge | Georg Brandl | 2014-09-16 | 1 | -46/+44 | |
| | | | | | | |\ \ | ||||||
| | | | | | | | * \ | Merged in pmoura/pygments-main (pull request #401) | Georg Brandl | 2014-09-16 | 8 | -554/+672 | |
| | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Logtalk lexer | |||||
| | | | | | | | * | | | Style change: use `1.0`and `0.0` instead of, respectively, `True` and ↵ | Paulo Moura | 2014-09-16 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `False` in the analyse_text() function. | |||||
| | | | | | | | * | | | When analyzing, replace the too broad `:-` sequence by a regular expression ↵ | Paulo Moura | 2014-09-16 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matching directives. | |||||
| | | | | | | | * | | | Added missing specific number tokens to the entity relation regular expressions. | Paulo Moura | 2014-09-12 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
| | | | | | | | * | | | Add more specific number types for binary, octal, and hexadecimal syntaxes. | Paulo Moura | 2014-09-12 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
| | | | | | | | * | | | Fix harmless comment layout | Paulo Moura | 2014-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | | | | * | | | Updated Logtalk lexer | Paulo Moura | 2014-09-11 | 1 | -47/+44 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | move Hy to lisp, use words() in python.py | Georg Brandl | 2014-09-16 | 3 | -182/+226 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 10 | -2566/+2666 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 27 | -5445/+5853 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | fix PEP8 | Georg Brandl | 2014-09-16 | 1 | -6/+4 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | support submodules in _mapping regeneration | Georg Brandl | 2014-09-16 | 1 | -14/+16 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | fix up words() use in the rest of compiled.py | Georg Brandl | 2014-09-16 | 1 | -99/+113 | |
| | | | | | | | | | | |