summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for F# script files, aka .fsx files (#2282)Alan Ball2022-11-262-2/+2
* Add the NASM file format supportsAshraf Ali S2022-11-192-2/+2
* Update Alloy for Alloy 6 (PR #1963) manual cherry-pickHillel2022-11-191-7/+15
* Accept colon(s) in YAML key namesGreg Dubicki2022-11-141-1/+1
* Remove unneeded _format_unencoded_with_lineno function from IRCFormatter and ...Ayowel2022-11-061-30/+5
* Add opaque pointer type to LLVM IR lexerVladimir Vuksanovic2022-10-311-1/+1
* Csound: update for Csound 6.18.0 (#2268)Nate Whetsell2022-10-291-1/+6
* shell session: allow continuation without marker for PowerShellGeorg Brandl2022-10-281-4/+12
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-2716-49/+15
* all: style fixesGeorg Brandl2022-10-27106-925/+705
* sphinxext: style fixupsGeorg Brandl2022-10-261-5/+6
* Arturo: add to changelog, style fixupsGeorg Brandl2022-10-261-72/+58
* Add support for Arturo language (#2259)RickBarretto2022-10-262-0/+265
* Rename aliases -> short names for consistency.Matthäus G. Chajdas2022-10-241-2/+2
* Improve the languages list.Matthäus G. Chajdas2022-10-241-0/+61
* C#: recognize Operators as such, fix split-up numeric literalsGeorg Brandl2022-10-221-2/+9
* dotnet: code style fixupGeorg Brandl2022-10-221-16/+17
* add local: to powershell keywords (#2254)grzyb0w2022-10-161-1/+1
* Add fift language (#2249)Dan Volkov2022-09-292-0/+69
* Fix Sphinx warnings in doc buildJean Abou Samra2022-09-282-0/+4
* Add tl-b lexer (#2247)Dan Volkov2022-09-262-0/+58
* Fix: Issues with .properties format using whitespace delimited key (#2241)jmzambon2022-09-251-8/+20
* Improve Clay, Autohotkey lexers. (#2248)Matthäus G. Chajdas2022-09-252-3/+3
* Fix regexlint warnings caused by limitations of regexlintJean Abou Samra2022-09-251-5/+5
* Updates from review.Aaron Bentley2022-09-251-2/+5
* Switch to \wAaron Bentley2022-09-251-2/+1
* Use include instead of plus sign.Aaron Bentley2022-09-251-46/+57
* Use words() with suffix inline.Aaron Bentley2022-09-251-7/+4
* Copyright and tweaks.Aaron Bentley2022-09-251-13/+19
* Combine regexesAaron Bentley2022-09-251-2/+1
* Use words()Aaron Bentley2022-09-251-3/+6
* Add Jsonnet supportAaron Bentley2022-09-252-0/+161
* Update nimrod.py lexer (#1970)matkuki2022-09-241-13/+52
* Fix minor documentation around WoWToCLexer (#2245)Tim Martin2022-09-221-2/+4
* Add World of Warcraft TOC file lexer (#2244)Tim Martin2022-09-212-0/+115
* HTTP: add CONNECT keyword (#2242)cmedrala2022-09-211-2/+2
* Adding MIPS Lexer (#2228)davisrichard4372022-09-212-0/+127
* Add func lexer (#2232)Dan Volkov2022-09-182-0/+109
* Fix syntax highlighting of INI language (#2217)jmzambon2022-09-151-2/+11
* Add Phix (#2222)Pete Lomax2022-09-152-0/+365
* Objective-J: fix catastrophic backtracking in comment regex (#2225)Jean Abou-Samra2022-09-151-1/+1
* Add `.pyi` file to `python` lexer filenames (#2231)Nikita Sobolev2022-09-152-1/+3
* Add { and } to punctuation for GNU Assembly lexer (#2230)Nils Husung2022-09-141-1/+1
* [Spice] Add new keywords and fix bugs (#2227)Marc Auberer2022-09-131-8/+8
* Fix the lexing of Inform 6 properties and doubles (#2214)David Corbett2022-08-221-5/+7
* Improve NASM lexer (#2212)Fanael Linithien2022-08-191-3/+4
* Add GAP console session mode (#2211)Max Horn2022-08-195-5/+75
* CFamilyLexer: Fix matching of function parameters (#2210)amitkummer2022-08-181-8/+8
* Prepare for 2.13.0 release.Matthäus G. Chajdas2022-08-151-1/+1
* Replace uses of `import *`.Matthäus G. Chajdas2022-08-152-2/+4