| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | debug_lexer: make it work for ExtendedRegexLexers by always using a context ↵ | Georg Brandl | 2014-11-06 | 1 | -27/+38 |
| | | | | | object | ||||
| * | Remove obsolete script to find "codetags". | Georg Brandl | 2014-11-06 | 1 | -211/+0 |
| | | |||||
| * | Include 'unlexer' as a common misspelling. | Tim Hatch | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | debug_lexer: fix missing import and wrong API usage | Georg Brandl | 2014-10-07 | 1 | -5/+5 |
| | | |||||
| * | debug_lexer: remove debug print; allow reading from stdin with filename "-" | Georg Brandl | 2014-10-07 | 1 | -2/+5 |
| | | |||||
| * | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -8/+6 |
| | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | ||||
| * | Change how debug_lexer.py finds its lexers. | Tim Hatch | 2014-10-06 | 1 | -7/+12 |
| | | | | | | Previously it was way too easy to end up with None as the lexer, which later fails. This considers aliases, same as the -l argument to pygmentize does. | ||||
| * | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -2/+11 |
| | | |||||
| * | check_sources: decode when reading file, remove obsolete checks | Georg Brandl | 2014-10-04 | 1 | -33/+13 |
| | | |||||
| * | check_sources: allow 110 line length, skip examplefiles directory | Georg Brandl | 2014-10-04 | 1 | -4/+9 |
| | | |||||
| * | debug_lexer: fix byte/str confusion for Py3 and print usage if no args given. | Georg Brandl | 2014-10-04 | 1 | -2/+6 |
| | | |||||
| * | New version of the vim keyword script, using format_lines | Tim Hatch | 2014-10-03 | 1 | -4/+26 |
| | | |||||
| * | 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. | ||||
| * | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 8 | -0/+2204 |
| Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs. | |||||
