Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | updated julia multiline comment so comment can start on same line as #= | Spencer Lyon | 2014-10-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Added mulitiline comments to julia lexer | Spencer Lyon | 2014-10-01 | 1 | -1/+7 | |
| | | |/ / | ||||||
| | | * | | Update the "intro" blurb a bit, and add a few missing links to the main doc ↵ | Georg Brandl | 2014-09-20 | 4 | -21/+21 | |
| | | | | | | | | | | | | | | | | | | | | page. | |||||
| | | * | | Add a README to have something to display on the bitbucket front page | Georg Brandl | 2014-09-20 | 1 | -0/+39 | |
| | | | | | ||||||
| | | * | | Isabelle: changelog and attribution | Georg Brandl | 2014-09-20 | 2 | -0/+2 | |
| | | | | | ||||||
| | | * | | Merged in lsf37/pygments-main (pull request #386) | Georg Brandl | 2014-09-20 | 133 | -28728/+31162 | |
| | | |\ \ | ||||||
| | | | * | | No raw "u" literals in Py3. | Georg Brandl | 2014-09-20 | 1 | -10/+10 | |
| | | | | | | ||||||
| | | | * | | inform -> int_fiction; will get TADS 3 soon | Georg Brandl | 2014-09-20 | 2 | -6/+6 | |
| | | | | | | ||||||
| | | | * | | 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 | 3 | -9/+9 | |
| | | | | | | ||||||
| | | | * | | rm easy_install advice | Georg Brandl | 2014-09-20 | 1 | -5/+0 | |
| | | | | | | ||||||
| | | | * | | Don't test lexer classes from arbitrary plugins. | Georg Brandl | 2014-09-20 | 2 | -5/+6 | |
| | | | | | | ||||||
| | | | * | | make test with -v a bit easier on the eyes | Georg Brandl | 2014-09-20 | 2 | -12/+14 | |
| | | | | | | ||||||
| | | | * | | basic API test: use SkipTest; PEP8 | Georg Brandl | 2014-09-20 | 3 | -14/+19 | |
| | | | | | | ||||||
| | | | * | | Image formatter: PEP8... | Georg Brandl | 2014-09-20 | 1 | -7/+7 | |
| | | | | | | ||||||
| | | | * | | split up math module | Georg Brandl | 2014-09-20 | 9 | -2214/+2317 | |
| | | | | | | ||||||
| | | | * | | Compatibility symlink. | Georg Brandl | 2014-09-20 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | | * | | Rename find_error to debug_lexer and add a mode to use the profiling regex ↵ | Georg Brandl | 2014-09-20 | 1 | -20/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | lexer. | |||||
| | | | * | | 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 | |
| | | | | | | ||||||
| | | | * | | Do not pass the stats dict, it screws up -v output | Georg Brandl | 2014-09-20 | 1 | -5/+8 | |
| | | | | | | ||||||
| | | | * | | Make each instantiation a single test | Georg Brandl | 2014-09-20 | 1 | -2/+4 | |
| | | | | | | ||||||
| | | | * | | regexopt: return the uncompiled regex. | Georg Brandl | 2014-09-20 | 3 | -6/+6 | |
| | | | | | | ||||||
| | | | * | | Fix unit display. | Georg Brandl | 2014-09-20 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | | * | | Shorten some long example files. | Georg Brandl | 2014-09-20 | 2 | -1775/+0 | |
| | | | | | | ||||||
| | | | * | | Fix inefficient lexing of whitespace before preprocessor macros in ↵ | Georg Brandl | 2014-09-20 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SourcePawn/Pawn. | |||||
| | | | * | | Keep track of speed stats in test_examplefiles and print a list of slowest ↵ | Georg Brandl | 2014-09-20 | 1 | -2/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | absolute/relative lexers at the end (run with TEST=-s to see). | |||||
| | | | * | | Remove a debugging print in the MatlabSessionLexer. | Georg Brandl | 2014-09-20 | 1 | -1/+0 | |
| | | | | | | ||||||
| | | | * | | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 31 | -116/+103 | |
| | | | | | | ||||||
| | | | * | | 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 | 6 | -140/+165 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Ilia Choly for the initial pull request. | |||||
| | | | * | | Fix accidental change. | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | | * | | add missing versionadded markers, and all new lexers to changelog. | Georg Brandl | 2014-09-20 | 4 | -23/+52 | |
| | | | | | | ||||||
| | | | * | | fix mapping | Georg Brandl | 2014-09-20 | 2 | -3/+3 | |
| | | | | | | ||||||
| | | | * | | misc fixups in math.py and jvm.py | Georg Brandl | 2014-09-20 | 4 | -205/+209 | |
| | | | | | | ||||||
| | | | * | | Merged in macnugget/pygments-main (pull request #373) | Georg Brandl | 2014-09-20 | 2 | -2/+2 | |
| | | | |\ \ | ||||||
| | | | | * \ | Merged in macnugget/add-rvt-extension-to-tcllexer-to-support-1402522378760 ↵ | David McNett | 2014-06-11 | 0 | -0/+0 | |
| | | | | |\ \ | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request #1) Add .rvt extension to TclLexer to support Apache Rivet Tcl code. | |||||
| | | | | * | | 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 | 114 | -24915/+28822 | |
| | | | |\ \ | ||||||
| | | | | * \ | 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 | 113 | -24915/+28820 | |
| | | | | |\ \ | ||||||
| | | | | | * | | 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 | 23 | -2197/+2299 | |
| | | | | | | | | ||||||
| | | | | | * | | 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 | 14 | -428/+425 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime. |