summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check_sources: decode when reading file, remove obsolete checksGeorg Brandl2014-10-041-33/+13
|
* check_sources: allow 110 line length, skip examplefiles directoryGeorg Brandl2014-10-041-4/+9
|
* debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.Georg Brandl2014-10-041-2/+6
|
* Correct theorem.py docstringTim Hatch2014-10-041-2/+2
|
* Remove extraneous commasTim Hatch2014-10-041-2/+2
|
* Fix bygroups usage in RustLexerTim Hatch2014-10-041-7/+9
|
* Fix quoting for IsabelleLexerTim Hatch2014-10-041-3/+3
|
* Fix minor problems noted by regexlint and 'make check'Tim Hatch2014-10-047-9/+11
|
* Make scilab builtins file generatable, updateTim Hatch2014-10-042-35/+3090
|
* Reformat stan builtinsTim Hatch2014-10-041-472/+482
|
* Regenerate sourcemod builtinsTim Hatch2014-10-041-996/+1077
|
* Make _sourcemodbuiltins capable of regenerating itselfTim Hatch2014-10-041-9/+16
|
* Swap two builtins over to one-word-per-lineTim Hatch2014-10-042-625/+3037
|
* Update postgres builtins regeneration logicTim Hatch2014-10-041-30/+15
|
* Move specialcasing of words() to any subclass of FutureTim Hatch2014-10-032-5/+19
| | | | | | The idea here is that plugins might want to provide some other optimization we haven't dreamed up yet, and to do so this way means they don't need to change with RegexLexerMeta (and it will be easier to support in regexlint).
* Python3 compat in test_utilTim Hatch2014-10-031-3/+1
|
* Regenerate _vimbuiltins.pyTim Hatch2014-10-031-6/+1923
|
* New version of the vim keyword script, using format_linesTim Hatch2014-10-031-4/+26
|
* Make format_lines take an indent level.Tim Hatch2014-10-031-6/+7
| | | | | We need this because the vim keywords file uses functions to define these lists, because of Jython.
* Add util function for keyword list formattingTim Hatch2014-10-032-0/+30
|
* Added 5 keywords to Agda lexer. Extended test.abel2014-10-022-4/+12
| | | | | Added 'instance', 'postulate', 'renaming', 'tactic', 'unquoteDecl'. Added the first three to test.agda.
* Fix refactoring error.Georg Brandl2014-10-012-3/+2
|
* updated julia multiline comment so comment can start on same line as #=Spencer Lyon2014-10-011-1/+1
|
* Added mulitiline comments to julia lexerSpencer Lyon2014-10-011-1/+7
|
* Update the "intro" blurb a bit, and add a few missing links to the main doc ↵Georg Brandl2014-09-204-21/+21
| | | | page.
* Add a README to have something to display on the bitbucket front pageGeorg Brandl2014-09-201-0/+39
|
* Isabelle: changelog and attributionGeorg Brandl2014-09-202-0/+2
|
* Merged in lsf37/pygments-main (pull request #386)Georg Brandl2014-09-20133-28728/+31162
|\
| * No raw "u" literals in Py3.Georg Brandl2014-09-201-10/+10
| |
| * inform -> int_fiction; will get TADS 3 soonGeorg Brandl2014-09-202-6/+6
| |
| * 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-203-9/+9
| |
| * rm easy_install adviceGeorg Brandl2014-09-201-5/+0
| |
| * Don't test lexer classes from arbitrary plugins.Georg Brandl2014-09-202-5/+6
| |
| * make test with -v a bit easier on the eyesGeorg Brandl2014-09-202-12/+14
| |
| * basic API test: use SkipTest; PEP8Georg Brandl2014-09-203-14/+19
| |
| * Image formatter: PEP8...Georg Brandl2014-09-201-7/+7
| |
| * split up math moduleGeorg Brandl2014-09-209-2214/+2317
| |
| * Compatibility symlink.Georg Brandl2014-09-201-0/+1
| |
| * Rename find_error to debug_lexer and add a mode to use the profiling regex ↵Georg Brandl2014-09-201-20/+68
| | | | | | | | lexer.
| * 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
| |
| * Do not pass the stats dict, it screws up -v outputGeorg Brandl2014-09-201-5/+8
| |
| * Make each instantiation a single testGeorg Brandl2014-09-201-2/+4
| |
| * regexopt: return the uncompiled regex.Georg Brandl2014-09-203-6/+6
| |
| * Fix unit display.Georg Brandl2014-09-201-2/+2
| |
| * Shorten some long example files.Georg Brandl2014-09-202-1775/+0
| |
| * Fix inefficient lexing of whitespace before preprocessor macros in ↵Georg Brandl2014-09-201-4/+8
| | | | | | | | SourcePawn/Pawn.
| * Keep track of speed stats in test_examplefiles and print a list of slowest ↵Georg Brandl2014-09-201-2/+22
| | | | | | | | absolute/relative lexers at the end (run with TEST=-s to see).
| * Remove a debugging print in the MatlabSessionLexer.Georg Brandl2014-09-201-1/+0
| |