Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | ride: global vars moved to own group | Maxim Smolyakov | 2019-12-02 | 1 | -7/+12 | |
| | | | | | | ||||||
* | | | | | | support for the new 4 version of the Ride language | Maxim Smolyakov | 2019-12-02 | 1 | -6/+16 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Lean: add "^" operator | Georg Brandl | 2019-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #1163 | |||||
* | | | | | Merge branch '582/joshuagryphon/svglinenos' | Matthäus G. Chajdas | 2019-12-01 | 1 | -3/+37 | |
|\ \ \ \ \ | ||||||
| * | | | | | Right-align line numbers in the SVG formatter. | Matthäus G. Chajdas | 2019-12-01 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into 582/joshuagryphon/svglinenos | Matthäus G. Chajdas | 2019-12-01 | 9 | -56/+78 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | svg formatter can now add configurable linenumbers | Joshua Griffin Dunn | 2019-11-28 | 1 | -3/+37 | |
| | | | | | | | ||||||
* | | | | | | | update mapfiles | Georg Brandl | 2019-12-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Rust: overhaul, cover more builtins and newer syntax | Georg Brandl | 2019-12-01 | 1 | -55/+46 | |
| | | | | | | | ||||||
* | | | | | | | Ride: fixup style, add example file and changelog entry | Georg Brandl | 2019-12-01 | 1 | -127/+36 | |
| | | | | | | | ||||||
* | | | | | | | Support Ride language (Waves blockchain smart-contracts) | Mike Potanin | 2019-12-01 | 2 | -0/+216 | |
| | | | | | | | ||||||
* | | | | | | | allow terminal256 formatter to show italics... | Kurt Neufeld | 2019-12-01 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSX users will have to follow instructions at: http://www.eddieantonio.ca/blog/2015/04/16/iterm-italics/ tldr; infocmp xterm-256color > /tmp/xterm-256color.terminfo echo 'sitm=\E[3m, ritm=\E[23m,' >> /tmp/xterm-256color.terminfo tic /tmp/xterm-256color.terminfo make sure iTerm2.settings.profiles.terminal.terminal type=xterm-256color | |||||
* | | | | | | | Merge pull request #1291 from lrh2000/master | Matthäus G. Chajdas | 2019-12-01 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | GAS: Add support for C style comments. | |||||
| * | | | | | | GAS: Add test code. | lrh2000 | 2019-11-30 | 1 | -8/+8 | |
| | | | | | | | ||||||
| * | | | | | | GAS: Add support for C style comments. | lrh2000 | 2019-11-27 | 1 | -3/+8 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Fixed split lines errors; moved contract keywords to a separate category; ↵ | Arshavir Ter-Gabrielyan | 2019-11-30 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | added a rule for triggers. | |||||
* | | | | | | Perl 6 is now Raku | Georg Brandl | 2019-11-30 | 2 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | minor style fixes | Georg Brandl | 2019-11-30 | 2 | -8/+9 | |
| | | | | | | ||||||
* | | | | | | Added support for HTTP protocol versions 2 and 3 | ocket8888 | 2019-11-30 | 1 | -2/+2 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | keep version number in one place, dont do the "x.y.z+" anymore | Georg Brandl | 2019-11-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Post-release updates; also tweak checklist | Georg Brandl | 2019-11-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | use IOError reason in error message | Georg Brandl | 2019-11-29 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | various: style fixups | Georg Brandl | 2019-11-29 | 3 | -22/+35 | |
| | | | | | ||||||
* | | | | | update changelog, bump version to 2.5.2 | Georg Brandl | 2019-11-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix issue #1264: tweak patterns for regex and double-quoted strings for ↵ | Ash Searle | 2019-11-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | performance, avoiding slow back-tracking | |||||
* | | | | | Same treatment for `forSome` | Paolo G. Giarrusso | 2019-11-29 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Only highlight `type` as a whole word | Paolo G. Giarrusso | 2019-11-29 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Fix #972: Resurrect patch from bug tracker | Paolo G. Giarrusso | 2019-11-29 | 1 | -6/+11 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Issue: Scala lexer incorrectly highlights code containing type parameters. This is the patch from https://github.com/pygments/pygments/issues/972#issuecomment-526852069, tested by https://github.com/pygments/pygments/issues/972#issuecomment-526852076. | |||||
* | | | | Add terraform keywords module, data, output, and others | Geoffrey Grosenbach | 2019-11-28 | 1 | -18/+22 | |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - module - data - output - terraform - config - backend - tags Also includes example.tf with usage of these keywords. | |||||
* | | | update ModelicaLexer | Vitalij Ruge | 2019-11-28 | 1 | -2/+2 | |
|/ / | | | | | | | | | added new Operators `interval` and `firstTick` from [ModelicaSpec34](https://www.modelica.org/documents/ModelicaSpec34.pdf), 16.10 Other Operators | |||||
* | | recognize escapes in Matlab double quoted strings | Georg Brandl | 2019-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | sql: style fixes | Georg Brandl | 2019-11-27 | 1 | -89/+104 | |
| | | ||||||
* | | Fixes #1124 | Jan Siqueira | 2019-11-27 | 1 | -0/+2 | |
| | | ||||||
* | | MATLAB allows keywords to be used as field names. | Antony Lee | 2019-11-27 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... so don't highlight them as keywords in that position. Example MATLAB session showcasing this "feature": >> x.for = 42 x = struct with fields: for: 42 >> x x = struct with fields: for: 42 >> x.for ans = 42 | |||||
* | | reStructuredText: highlight only field list markers | Eric Knibbe | 2019-11-27 | 1 | -4/+3 | |
| | | ||||||
* | | Bump version to 2.5.1.2.5.1 | Matthäus G. Chajdas | 2019-11-26 | 1 | -1/+1 | |
|/ | ||||||
* | Bump version number.2.5.0 | Matthäus G. Chajdas | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1277 from jjatria/praat-interpolation | Matthäus G. Chajdas | 2019-11-26 | 1 | -29/+37 | |
|\ | | | | | Improve detection of Praat interpolated variables | |||||
| * | Improve detection of Praat interpolated variables | José Joaquín Atria | 2019-11-25 | 1 | -29/+37 | |
| | | | | | | | | Changes squashed / updated from https://bitbucket.org/birkenfeld/pygments-main/pull-requests/586 | |||||
* | | Add Solidity lexer. | Georg Brandl | 2019-11-26 | 2 | -0/+94 | |
| | | | | | | | | Fixes #1214 | |||||
* | | Python: recognize "f" string prefix | Georg Brandl | 2019-11-26 | 1 | -8/+10 | |
| | | | | | | | | Fixes #1156 | |||||
* | | html formatter: lineseparator needs to be unicode | Georg Brandl | 2019-11-26 | 1 | -1/+1 | |
| | | | | | | | | Fixes #1053 | |||||
* | | Juttle: style fixes | Georg Brandl | 2019-11-26 | 1 | -7/+14 | |
| | | ||||||
* | | Python: make Python3 rules standalone | Georg Brandl | 2019-11-26 | 1 | -231/+303 | |
| | | | | | | | | | | As the language develops further, having to override more and more of the Python 2 lexer tokens makes no sense anymore. | |||||
* | | Python: make "python" shebang match Python 3 | Georg Brandl | 2019-11-26 | 1 | -2/+2 | |
| | | ||||||
* | | Add Notmuch lexer | Daniel Santana | 2019-11-26 | 2 | -3/+89 | |
| | | ||||||
* | | Set BroLexer = ZeekLexer | Jon Siwek | 2019-11-25 | 2 | -15/+5 | |
| | | | | | | | | This also removes BroLexer from LEXERS. | |||||
* | | Simplify/improve ZeekLexer patterns | Jon Siwek | 2019-11-25 | 2 | -29/+30 | |
| | | | | | | | | | | | | | | | | | | | | Addresses feedback from PR review: * Use \w instead of [A-Za-z0-9_] * Simplify IPv4/IPv6 addresses * Remove superfluous leading \b's * Change characters used in "ternary if" from Operator to Punctuation * Remove ZeekLexer from "other.py" compatibility file | |||||
* | | Fix typo in ZeekLexer comment | Jon Siwek | 2019-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | Add Zeek lexer based on the Bro lexer | Jon Siwek | 2019-11-25 | 3 | -56/+147 | |
| | | | | | | | | | | | | | | Bro has been renamed to Zeek, but the language is essentially the same without any different treatment of .zeek files from .bro files. This change also adds general improvements to the lexer. |