Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Closes #1028: fix filters to return Unicode strings | Georg Brandl | 2014-10-07 | 1 | -6/+6 | |
| | | | | | | ||||||
| | | * | | | Filters: docstring format fix. | Georg Brandl | 2014-10-07 | 1 | -25/+17 | |
| | | | | | | ||||||
| | | * | | | Closes #1030: recognize functions with no args in Matlab related lexers | Georg Brandl | 2014-10-07 | 1 | -3/+9 | |
| | | | | | | ||||||
| | | * | | | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Matlab: fix PEP8, simplify tokens | Georg Brandl | 2014-10-07 | 1 | -11/+11 | |
| | | | | | | ||||||
| | | * | | | Closes #972: accept "inner attribute" syntax for Rust. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Closes #982: fix pathological matching behavior for timestamps in IRC logs lexer | Georg Brandl | 2014-10-07 | 1 | -2/+4 | |
| | | | | | | ||||||
| | | * | | | Closes #963: always guess lexer when reading from stdin. | Georg Brandl | 2014-10-07 | 1 | -11/+5 | |
| | | | | | | ||||||
| | | * | | | Fix (false positive) pyflakes warning. | Georg Brandl | 2014-10-07 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | * | | | PEP8 and docstring format cleanup. | Georg Brandl | 2014-10-07 | 1 | -25/+11 | |
| | | | | | | ||||||
| | | * | | | Closes #979: improve encoding behavior of cmdline invocations | Georg Brandl | 2014-10-07 | 3 | -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 Brandl | 2014-10-07 | 7 | -56/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Brandl | 2014-10-07 | 1 | -0/+3 | |
| | | | | | | ||||||
| | | * | | | Closes #1016: add "shell" alias for bash. | Georg Brandl | 2014-10-07 | 2 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Closes #1013: allow "encoding" for the Raw formatter. | Georg Brandl | 2014-10-07 | 1 | -3/+2 | |
| | | | | | | ||||||
| | | * | | | Closes #1034: allow "-" in names for handlebars lexer | Georg Brandl | 2014-10-07 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | * | | | Closes #1010: recognize string interpolation in Scala lexer. | Georg Brandl | 2014-10-07 | 1 | -0/+13 | |
| | | | | | | ||||||
| | | * | | | RubyLexer: Be less picky about closing delimiters. | Tim Hatch | 2014-10-06 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hatch | 2014-10-06 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1040 | |||||
| | | * | | | BashLexer: Correctly handle $'' strings. | Tim Hatch | 2014-10-06 | 1 | -3/+4 | |
| | | | | | | ||||||
| | | * | | | BashLexer: Significantly improve handling of quoted strings (and ${}) | Tim Hatch | 2014-10-06 | 1 | -7/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #994 | |||||
| | | * | | | RubyLexer: Highlight operator methods better. | Tim Hatch | 2014-10-06 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1033 | |||||
| | | * | | | Fix link for OpenBugs. | Tim Hatch | 2014-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1037 | |||||
| | | * | | | SmartyLexer: Support nested curly braces. | Tim Hatch | 2014-10-06 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1039 | |||||
| | | * | | | RubyLexer: Keep state with nested interpolations | Tim Hatch | 2014-10-06 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1018 | |||||
| | | * | | | Correct accidental punctuation range in RubyLexer. | Tim Hatch | 2014-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1006 | |||||
| | | * | | | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 18 | -34/+44 | |
| | | | | | | ||||||
| | | * | | | fix most remaining overlong lines. | Georg Brandl | 2014-10-04 | 11 | -74/+78 | |
| | | | | | | ||||||
| | | * | | | Correct theorem.py docstring | Tim Hatch | 2014-10-04 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Remove extraneous commas | Tim Hatch | 2014-10-04 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Fix bygroups usage in RustLexer | Tim Hatch | 2014-10-04 | 1 | -7/+9 | |
| | | | | | | ||||||
| | | * | | | Fix quoting for IsabelleLexer | Tim Hatch | 2014-10-04 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | * | | | Fix minor problems noted by regexlint and 'make check' | Tim Hatch | 2014-10-04 | 6 | -8/+8 | |
| | | | | | | ||||||
| | | * | | | Make scilab builtins file generatable, update | Tim Hatch | 2014-10-04 | 2 | -35/+3090 | |
| | | | | | | ||||||
| | | * | | | Reformat stan builtins | Tim Hatch | 2014-10-04 | 1 | -472/+482 | |
| | | | | | | ||||||
| | | * | | | Regenerate sourcemod builtins | Tim Hatch | 2014-10-04 | 1 | -996/+1077 | |
| | | | | | | ||||||
| | | * | | | Make _sourcemodbuiltins capable of regenerating itself | Tim Hatch | 2014-10-04 | 1 | -9/+16 | |
| | | | | | | ||||||
| | | * | | | Swap two builtins over to one-word-per-line | Tim Hatch | 2014-10-04 | 2 | -625/+3037 | |
| | | | | | | ||||||
| | | * | | | Update postgres builtins regeneration logic | Tim Hatch | 2014-10-04 | 1 | -30/+15 | |
| | | | | | | ||||||
| | | * | | | Move specialcasing of words() to any subclass of Future | Tim Hatch | 2014-10-03 | 2 | -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). | |||||
| | | * | | | Regenerate _vimbuiltins.py | Tim Hatch | 2014-10-03 | 1 | -6/+1923 | |
| | | | | | | ||||||
| | | * | | | Make format_lines take an indent level. | Tim Hatch | 2014-10-03 | 1 | -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 formatting | Tim Hatch | 2014-10-03 | 1 | -0/+20 | |
| | | | | | | ||||||
| | | * | | | Added 5 keywords to Agda lexer. Extended test. | abel | 2014-10-02 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'instance', 'postulate', 'renaming', 'tactic', 'unquoteDecl'. Added the first three to test.agda. | |||||
| | | * | | | Fix refactoring error. | Georg Brandl | 2014-10-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | 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 | |
| | | |/ / | ||||||
| | | * | | Merged in lsf37/pygments-main (pull request #386) | Georg Brandl | 2014-09-20 | 105 | -26699/+28557 | |
| | | |\ \ | ||||||
| | | | * | | 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 | |
| | | | | | |