summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #2260 from pygments/improve-languages-listMatthäus G. Chajdas2022-10-254-46/+77
|\ | | | | Improve the languages list.
| * Rename aliases -> short names for consistency.Matthäus G. Chajdas2022-10-241-2/+2
| |
| * Improve the languages list.Matthäus G. Chajdas2022-10-244-46/+77
|/ | | | | | * Move the generation into sphinext, similar to other overviews we have. * Generate a table instead of the plain list. This table contains links to the lexer class now.
* Merge pull request #2246 from Jean-Abou-Samra/no-pytestMatthäus G. Chajdas2022-10-231-2/+2
|\ | | | | Use python -m pytest in Makefile
| * Use python -m pytest in MakefileJean Abou Samra2022-09-241-2/+2
| | | | | | | | | | | | To print a better message if pytest is not installed. Fixes #2234
* | C#: recognize Operators as such, fix split-up numeric literalsGeorg Brandl2022-10-224-98/+94
| | | | | | | | Fixes #2256
* | dotnet: code style fixupGeorg Brandl2022-10-221-16/+17
| |
* | Update CHANGESJean Abou Samra2022-10-161-0/+1
| |
* | add local: to powershell keywords (#2254)grzyb0w2022-10-161-1/+1
| | | | | | Co-authored-by: chsh <chuanshu@sheasecurity.com>
* | Update CHANGESJean Abou Samra2022-09-291-3/+4
| |
* | Add fift language (#2249)Dan Volkov2022-09-294-0/+548
| |
* | Fix Sphinx warnings in doc buildJean Abou Samra2022-09-282-0/+4
| |
* | Update CHANGESJean Abou Samra2022-09-261-0/+1
| |
* | Add tl-b lexer (#2247)Dan Volkov2022-09-264-0/+10221
| |
* | Update CHANGESJean Abou Samra2022-09-251-1/+4
| |
* | Fix: Issues with .properties format using whitespace delimited key (#2241)jmzambon2022-09-256-49/+114
| | | | | | | | | | | | | | | | | | Added: - support for space delimitor in every case, included multiline value - check for odd number of backslash escapes - "!" as comment start - support for escape of spaces and separators Dropped: - undocumented ";" and "//" comment start
* | Improve Clay, Autohotkey lexers. (#2248)Matthäus G. Chajdas2022-09-255-106/+9
| | | | | | Merge consecutive tokens together where possible.
* | Update CHANGESJean Abou Samra2022-09-251-0/+1
| |
* | Fix regexlint warnings caused by limitations of regexlintJean Abou Samra2022-09-251-5/+5
| |
* | Updates from review.Aaron Bentley2022-09-252-37/+40
| |
* | 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
| | | | | | Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
* | Use words()Aaron Bentley2022-09-251-3/+6
| |
* | Add Jsonnet supportAaron Bentley2022-09-254-0/+932
|/
* build: harden docs.yaml permissionsAlex2022-09-241-0/+4
| | | Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden build.yaml permissionsAlex2022-09-241-0/+3
| | | Signed-off-by: Alex <aleksandrosansan@gmail.com>
* Update CHANGESJean Abou Samra2022-09-241-0/+1
|
* Update nimrod.py lexer (#1970)matkuki2022-09-244-2670/+2696
| | | Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
* Fix minor documentation around WoWToCLexer (#2245)Tim Martin2022-09-222-2/+5
|
* Update CHANGESJean Abou Samra2022-09-211-0/+1
|
* Add World of Warcraft TOC file lexer (#2244)Tim Martin2022-09-2112-2/+771
| | | Also fix a broken link and decode as UTF8 in count_token_references.py.
* Update CHANGESJean Abou Samra2022-09-211-0/+2
|
* HTTP: add CONNECT keyword (#2242)cmedrala2022-09-211-2/+2
|
* Adding MIPS Lexer (#2228)davisrichard4372022-09-217-0/+939
|
* Update CHANGESJean Abou Samra2022-09-181-0/+3
|
* Add func lexer (#2232)Dan Volkov2022-09-185-0/+634
|
* Use proper SPDX identifierMaximilian Wirtz2022-09-161-1/+1
|
* Fix syntax highlighting of INI language (#2217)jmzambon2022-09-153-6/+52
| | | | | Make it parse comments that are not their own line. Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
* Add Phix (#2222)Pete Lomax2022-09-155-0/+1057
|
* Update CHANGESJean Abou Samra2022-09-151-0/+1
|
* Objective-J: fix catastrophic backtracking in comment regex (#2225)Jean Abou-Samra2022-09-151-1/+1
| | | | | | This use of *? was both incorrect and catastrophically backtracking when embedding this regex into a larger regex with a trailing pattern, since it could match much more than intended and try exponentially many positions in that process.
* Update CHANGESJean Abou Samra2022-09-151-0/+1
|
* Add `.pyi` file to `python` lexer filenames (#2231)Nikita Sobolev2022-09-152-1/+3
|
* Update CHANGESJean Abou Samra2022-09-141-0/+1
|
* Add { and } to punctuation for GNU Assembly lexer (#2230)Nils Husung2022-09-141-1/+1
| | | | | This allows lexing instructions like: vpscatterqd %ymm0, 0x404050(,%zmm2,4) {%k1}
* Update CHANGESJean Abou Samra2022-09-131-0/+2
|
* autopygmentize: support more file types (#2219)Reuben Thomas2022-09-131-8/+46
| | | | | Includes new languages and new compression types. Also, check that the decompression program exists before trying to use it.