summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
* | Add Arrow lexer (#1481)Ken2020-06-212-0/+116
* | Fix exception causes in lexer.pyRam Rachum2020-06-111-3/+3
|/
* Improve SystemVerilog class/endclass lexer rules (#1471)Chris Drake2020-06-061-8/+10
* add Singularity lexer (#1285)Georg Brandl2020-06-012-2/+36
* Nasm: Update register syntax for 64-bit (#1465)Jonas Bushart2020-06-011-1/+1
* SystemVerilog keyword/operator improvements (#1464)Chris Drake2020-06-011-14/+20
* Add GDScript lexer (#1457)Paweł Fertyk2020-06-013-0/+379
* Added separate lifetime lexing for RustEmre Ates2020-05-291-2/+7
* Merge pull request #1442 from amanotk/masterGeorg Brandl2020-05-271-4/+4
|\
| * fixed fortran literal regex patternTakanobu Amano2020-05-051-4/+4
* | Change Verilog 'wo' to 'wor'Chris Drake2020-05-261-1/+1
* | Update `Inform6Lexer` to Inform 6.34 (#1461)David Corbett2020-05-261-8/+10
* | Update CHANGES, documentation.Matthäus G. Chajdas2020-05-261-1/+6
* | Add lexer for Devicetree language (#1434)Maxime Chretien2020-05-262-0/+106
* | Update SystemVerilog literal constants (#1460)Chris Drake2020-05-261-6/+14
* | Add support for .tid files (TiddlyWiki5) (#1390)Max2020-05-242-1/+161
* | Merge branch 'master' of https://github.com/pygments/pygmentsMatthäus G. Chajdas2020-05-221-21/+25
|\ \
| * | Fix a few SystemVerilog type keywords (#1454)Chris Drake2020-05-221-21/+25
* | | Update CHANGES, simplify analyse_text.Matthäus G. Chajdas2020-05-221-1/+0
|/ /
* | Update the Tera Term macro lexer (new 'setspeed' command) (#1337)Kurt McKee2020-05-221-46/+226
* | General improvement to the C/C++ lexer (#1350)Hubert Gruniaux2020-05-222-41/+127
* | Configs lexer: Allow Kconfig derivate names (#1458)Maxime Chretien2020-05-202-2/+2
* | Make HttpLexer compatible with RFC 7230 (section 3.1.2). Specifically this a...Joshua Huber2020-05-181-1/+1
* | Add recent keywords for Dart syntax (#1449)Sam Rawlins2020-05-181-9/+10
* | Python 3: remove "cmp" builtinGeorg Brandl2020-05-081-1/+1
* | Matlabsession line continuation (#1399)Bryan W. Weber2020-05-061-16/+40
|/
* Add support for (System)Verilog escaped identifiers.whitequark2020-05-041-0/+2
* Add SystemVerilog (IEEE 1800-2012) keywords (#1436)Chris Drake2020-05-011-21/+82
* Add .perl as a Perl filename extensionGeorg Brandl2020-04-262-2/+2
* Alphabetise all keywords in yang lexer (#1428)GRIBOK2020-04-181-21/+22
* remove duplicate keyword in yang lexergribok2020-04-131-2/+2
* Update nim (#1426)wltsmrz2020-04-131-3/+3
* Add lexer for YANG 1.1 (#1408)GRIBOK2020-04-132-0/+104
* a filter for math symbols (#1406)Gerwin Klein2020-04-131-0/+591
* Add execline lexer (#1393)Molly Miller2020-04-102-1/+63
* A lexer for F*, an ML dialect for program verification (#1409)Denis Merigoux2020-04-102-6/+105
* Update CHANGES, docs, add versionadded.Matthäus G. Chajdas2020-04-101-0/+2
* Add Typographic Number Theory lexer (#1414)Ken2020-04-102-0/+246
* Update lexer for the Chapel programming language (#1423)Lydia Duncan2020-04-081-2/+2
* Improve some lexer docstringsAdam Johnson2020-03-224-13/+13
* Lean: update to Lean 3Bryan Gin-ge Chen2020-03-141-45/+61
* Bump version to 2.6.1.2.6.1Matthäus G. Chajdas2020-03-081-1/+1
* Bump version to 2.6.0.2.6.0Matthäus G. Chajdas2020-03-081-1/+1
* Fix #1401.Matthäus G. Chajdas2020-03-071-4/+0
* Merge pull request #1402 from lonetwin/masterMatthäus G. Chajdas2020-03-051-6/+7
|\
| * sql lexer: Add temporal support keywordslonetwin2020-02-291-6/+7
* | Merge pull request #1405 from pygments/fix/1247Matthäus G. Chajdas2020-03-051-23/+35
|\ \
| * | Improve font handling code.Matthäus G. Chajdas2020-03-031-6/+9
| * | Fix #1247 by looking up in both HKLM and HKCU.Matthäus G. Chajdas2020-03-021-23/+32
| |/
* | Fix tests on Windows.Matthäus G. Chajdas2020-03-011-3/+20
|/