summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Closes #1028: fix filters to return Unicode stringsGeorg Brandl2014-10-071-6/+6
| | | | | |
| | | * | | Filters: docstring format fix.Georg Brandl2014-10-071-25/+17
| | | | | |
| | | * | | Closes #1030: recognize functions with no args in Matlab related lexersGeorg Brandl2014-10-071-3/+9
| | | | | |
| | | * | | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer.Georg Brandl2014-10-071-1/+1
| | | | | |
| | | * | | Matlab: fix PEP8, simplify tokensGeorg Brandl2014-10-071-11/+11
| | | | | |
| | | * | | Closes #972: accept "inner attribute" syntax for Rust.Georg Brandl2014-10-071-1/+1
| | | | | |
| | | * | | Closes #982: fix pathological matching behavior for timestamps in IRC logs lexerGeorg Brandl2014-10-071-2/+4
| | | | | |
| | | * | | Closes #963: always guess lexer when reading from stdin.Georg Brandl2014-10-071-11/+5
| | | | | |
| | | * | | 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-077-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 Brandl2014-10-071-0/+3
| | | | | |
| | | * | | 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-071-0/+13
| | | | | |
| | | * | | RubyLexer: Be less picky about closing delimiters.Tim Hatch2014-10-061-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 Hatch2014-10-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1040
| | | * | | BashLexer: Correctly handle $'' strings.Tim Hatch2014-10-061-3/+4
| | | | | |
| | | * | | BashLexer: Significantly improve handling of quoted strings (and ${})Tim Hatch2014-10-061-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #994
| | | * | | RubyLexer: Highlight operator methods better.Tim Hatch2014-10-061-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1033
| | | * | | Fix link for OpenBugs.Tim Hatch2014-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1037
| | | * | | SmartyLexer: Support nested curly braces.Tim Hatch2014-10-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1039
| | | * | | RubyLexer: Keep state with nested interpolationsTim Hatch2014-10-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1018
| | | * | | Correct accidental punctuation range in RubyLexer.Tim Hatch2014-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1006
| | | * | | move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-0418-34/+44
| | | | | |
| | | * | | fix most remaining overlong lines.Georg Brandl2014-10-0411-74/+78
| | | | | |
| | | * | | 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-046-8/+8
| | | | | |
| | | * | | 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).
| | | * | | Regenerate _vimbuiltins.pyTim Hatch2014-10-031-6/+1923
| | | | | |
| | | * | | 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-031-0/+20
| | | | | |
| | | * | | Added 5 keywords to Agda lexer. Extended test.abel2014-10-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'instance', 'postulate', 'renaming', 'tactic', 'unquoteDecl'. Added the first three to test.agda.
| | | * | | Fix refactoring error.Georg Brandl2014-10-011-2/+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
| | | |/ /
| | | * | Merged in lsf37/pygments-main (pull request #386)Georg Brandl2014-09-20105-26699/+28557
| | | |\ \
| | | | * | 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
| | | | | |