summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Closes #972: accept "inner attribute" syntax for Rust.Georg Brandl2014-10-072-2/+2
| | | | | |
| | | * | | Closes #982: fix pathological matching behavior for timestamps in IRC logs lexerGeorg Brandl2014-10-072-3/+7
| | | | | |
| | | * | | debug_lexer: remove debug print; allow reading from stdin with filename "-"Georg Brandl2014-10-071-2/+5
| | | | | |
| | | * | | Closes #963: always guess lexer when reading from stdin.Georg Brandl2014-10-071-11/+5
| | | | | |
| | | * | | Add a pyflakes run to "make check".Georg Brandl2014-10-071-0/+1
| | | | | |
| | | * | | Fix (false positive) pyflakes warning.Georg Brandl2014-10-071-0/+1
| | | | | |
| | | * | | PEP8 and docstring format cleanup.Georg Brandl2014-10-071-25/+11
| | | | | |
| | | * | | Closes #979: improve encoding behavior of cmdline invocationsGeorg Brandl2014-10-073-20/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the preferred locale encoding is used for stdin/stdout if the encoding is not set on the file objects. Also, code from input files is tried to be decoded as UTF-8, the locale encoding and finally latin-1 as a last resort if no encoding option is given.
| | | * | | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-0715-115/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
| | | * | | Closes #874: do not swallow incomplete tracebacks in the Python console lexer.Georg Brandl2014-10-073-1/+9
| | | | | |
| | | * | | Closes #1016: add "shell" alias for bash.Georg Brandl2014-10-072-2/+2
| | | | | |
| | | * | | Closes #1013: allow "encoding" for the Raw formatter.Georg Brandl2014-10-071-3/+2
| | | | | |
| | | * | | Closes #1034: allow "-" in names for handlebars lexerGeorg Brandl2014-10-071-3/+3
| | | | | |
| | | * | | Closes #1010: recognize string interpolation in Scala lexer.Georg Brandl2014-10-072-0/+18
| | | | | |
| | | * | | Fix style docs w/ HtmlFormatter example.Tim Hatch2014-10-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1014
| | | * | | RubyLexer: Be less picky about closing delimiters.Tim Hatch2014-10-062-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous code used a negative lookbehind, which I do not grok how was ever correct. New code with testcase. Fixes #1026
| | | * | | DockerLexer: Improve multiline and quote handling.Tim Hatch2014-10-062-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1040
| | | * | | BashLexer: Correctly handle $'' strings.Tim Hatch2014-10-062-7/+19
| | | | | |
| | | * | | BashLexer: Significantly improve handling of quoted strings (and ${})Tim Hatch2014-10-062-7/+68
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #994
| | | * | | Change how debug_lexer.py finds its lexers.Tim Hatch2014-10-061-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.
| | | * | | RubyLexer: Highlight operator methods better.Tim Hatch2014-10-062-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1033
| | | * | | Fix link for OpenBugs.Tim Hatch2014-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1037
| | | * | | SmartyLexer: Support nested curly braces.Tim Hatch2014-10-062-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1039
| | | * | | RubyLexer: Keep state with nested interpolationsTim Hatch2014-10-062-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1018
| | | * | | Correct accidental punctuation range in RubyLexer.Tim Hatch2014-10-062-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1006
| | | * | | Include newer features in the lexerdevelopment doc, and update it a bit.Georg Brandl2014-10-041-3/+22
| | | | | |
| | | * | | move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-0421-200/+279
| | | | | |
| | | * | | fix most remaining overlong lines.Georg Brandl2014-10-0411-74/+78
| | | | | |
| | | * | | 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
| | | | | |