summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | ride: global vars moved to own groupMaxim Smolyakov2019-12-021-7/+12
| | | | | |
* | | | | | support for the new 4 version of the Ride languageMaxim Smolyakov2019-12-021-6/+16
| |_|/ / / |/| | | |
* | | | | Lean: add "^" operatorGeorg Brandl2019-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #1163
* | | | | Merge branch '582/joshuagryphon/svglinenos'Matthäus G. Chajdas2019-12-011-3/+37
|\ \ \ \ \
| * | | | | Right-align line numbers in the SVG formatter.Matthäus G. Chajdas2019-12-011-3/+3
| | | | | |
| * | | | | Merge branch 'master' into 582/joshuagryphon/svglinenosMatthäus G. Chajdas2019-12-019-56/+78
| |\ \ \ \ \
| * | | | | | svg formatter can now add configurable linenumbersJoshua Griffin Dunn2019-11-281-3/+37
| | | | | | |
* | | | | | | update mapfilesGeorg Brandl2019-12-011-1/+1
| | | | | | |
* | | | | | | Rust: overhaul, cover more builtins and newer syntaxGeorg Brandl2019-12-011-55/+46
| | | | | | |
* | | | | | | Ride: fixup style, add example file and changelog entryGeorg Brandl2019-12-011-127/+36
| | | | | | |
* | | | | | | Support Ride language (Waves blockchain smart-contracts)Mike Potanin2019-12-012-0/+216
| | | | | | |
* | | | | | | allow terminal256 formatter to show italics...Kurt Neufeld2019-12-011-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/masterMatthäus G. Chajdas2019-12-011-3/+8
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | GAS: Add support for C style comments.
| * | | | | | GAS: Add test code.lrh20002019-11-301-8/+8
| | | | | | |
| * | | | | | GAS: Add support for C style comments.lrh20002019-11-271-3/+8
| | |_|/ / / | |/| | | |
* | | | | | Fixed split lines errors; moved contract keywords to a separate category; ↵Arshavir Ter-Gabrielyan2019-11-301-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | added a rule for triggers.
* | | | | | Perl 6 is now RakuGeorg Brandl2019-11-302-3/+3
| | | | | |
* | | | | | minor style fixesGeorg Brandl2019-11-302-8/+9
| | | | | |
* | | | | | Added support for HTTP protocol versions 2 and 3ocket88882019-11-301-2/+2
| |_|/ / / |/| | | |
* | | | | keep version number in one place, dont do the "x.y.z+" anymoreGeorg Brandl2019-11-291-1/+1
| | | | |
* | | | | Post-release updates; also tweak checklistGeorg Brandl2019-11-291-1/+1
| | | | |
* | | | | use IOError reason in error messageGeorg Brandl2019-11-292-4/+4
| | | | |
* | | | | various: style fixupsGeorg Brandl2019-11-293-22/+35
| | | | |
* | | | | update changelog, bump version to 2.5.2Georg Brandl2019-11-291-1/+1
| | | | |
* | | | | Fix issue #1264: tweak patterns for regex and double-quoted strings for ↵Ash Searle2019-11-291-3/+3
| | | | | | | | | | | | | | | | | | | | performance, avoiding slow back-tracking
* | | | | Same treatment for `forSome`Paolo G. Giarrusso2019-11-291-2/+2
| | | | |
* | | | | Only highlight `type` as a whole wordPaolo G. Giarrusso2019-11-291-2/+2
| | | | |
* | | | | Fix #972: Resurrect patch from bug trackerPaolo G. Giarrusso2019-11-291-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 othersGeoffrey Grosenbach2019-11-281-18/+22
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - module - data - output - terraform - config - backend - tags Also includes example.tf with usage of these keywords.
* | | update ModelicaLexerVitalij Ruge2019-11-281-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 stringsGeorg Brandl2019-11-271-1/+1
| |
* | sql: style fixesGeorg Brandl2019-11-271-89/+104
| |
* | Fixes #1124Jan Siqueira2019-11-271-0/+2
| |
* | MATLAB allows keywords to be used as field names.Antony Lee2019-11-271-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 markersEric Knibbe2019-11-271-4/+3
| |
* | Bump version to 2.5.1.2.5.1Matthäus G. Chajdas2019-11-261-1/+1
|/
* Bump version number.2.5.0Matthäus G. Chajdas2019-11-261-1/+1
|
* Merge pull request #1277 from jjatria/praat-interpolationMatthäus G. Chajdas2019-11-261-29/+37
|\ | | | | Improve detection of Praat interpolated variables
| * Improve detection of Praat interpolated variablesJosé Joaquín Atria2019-11-251-29/+37
| | | | | | | | Changes squashed / updated from https://bitbucket.org/birkenfeld/pygments-main/pull-requests/586
* | Add Solidity lexer.Georg Brandl2019-11-262-0/+94
| | | | | | | | Fixes #1214
* | Python: recognize "f" string prefixGeorg Brandl2019-11-261-8/+10
| | | | | | | | Fixes #1156
* | html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
| | | | | | | | Fixes #1053
* | Juttle: style fixesGeorg Brandl2019-11-261-7/+14
| |
* | Python: make Python3 rules standaloneGeorg Brandl2019-11-261-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 3Georg Brandl2019-11-261-2/+2
| |
* | Add Notmuch lexerDaniel Santana2019-11-262-3/+89
| |
* | Set BroLexer = ZeekLexerJon Siwek2019-11-252-15/+5
| | | | | | | | This also removes BroLexer from LEXERS.
* | Simplify/improve ZeekLexer patternsJon Siwek2019-11-252-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 commentJon Siwek2019-11-251-1/+1
| |
* | Add Zeek lexer based on the Bro lexerJon Siwek2019-11-253-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.