Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #2260 from pygments/improve-languages-list | Matthäus G. Chajdas | 2022-10-25 | 4 | -46/+77 | |
|\ | | | | | Improve the languages list. | |||||
| * | Rename aliases -> short names for consistency. | Matthäus G. Chajdas | 2022-10-24 | 1 | -2/+2 | |
| | | ||||||
| * | Improve the languages list. | Matthäus G. Chajdas | 2022-10-24 | 4 | -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-pytest | Matthäus G. Chajdas | 2022-10-23 | 1 | -2/+2 | |
|\ | | | | | Use python -m pytest in Makefile | |||||
| * | Use python -m pytest in Makefile | Jean Abou Samra | 2022-09-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | To print a better message if pytest is not installed. Fixes #2234 | |||||
* | | C#: recognize Operators as such, fix split-up numeric literals | Georg Brandl | 2022-10-22 | 4 | -98/+94 | |
| | | | | | | | | Fixes #2256 | |||||
* | | dotnet: code style fixup | Georg Brandl | 2022-10-22 | 1 | -16/+17 | |
| | | ||||||
* | | Update CHANGES | Jean Abou Samra | 2022-10-16 | 1 | -0/+1 | |
| | | ||||||
* | | add local: to powershell keywords (#2254) | grzyb0w | 2022-10-16 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: chsh <chuanshu@sheasecurity.com> | |||||
* | | Update CHANGES | Jean Abou Samra | 2022-09-29 | 1 | -3/+4 | |
| | | ||||||
* | | Add fift language (#2249) | Dan Volkov | 2022-09-29 | 4 | -0/+548 | |
| | | ||||||
* | | Fix Sphinx warnings in doc build | Jean Abou Samra | 2022-09-28 | 2 | -0/+4 | |
| | | ||||||
* | | Update CHANGES | Jean Abou Samra | 2022-09-26 | 1 | -0/+1 | |
| | | ||||||
* | | Add tl-b lexer (#2247) | Dan Volkov | 2022-09-26 | 4 | -0/+10221 | |
| | | ||||||
* | | Update CHANGES | Jean Abou Samra | 2022-09-25 | 1 | -1/+4 | |
| | | ||||||
* | | Fix: Issues with .properties format using whitespace delimited key (#2241) | jmzambon | 2022-09-25 | 6 | -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. Chajdas | 2022-09-25 | 5 | -106/+9 | |
| | | | | | | Merge consecutive tokens together where possible. | |||||
* | | Update CHANGES | Jean Abou Samra | 2022-09-25 | 1 | -0/+1 | |
| | | ||||||
* | | Fix regexlint warnings caused by limitations of regexlint | Jean Abou Samra | 2022-09-25 | 1 | -5/+5 | |
| | | ||||||
* | | Updates from review. | Aaron Bentley | 2022-09-25 | 2 | -37/+40 | |
| | | ||||||
* | | Switch to \w | Aaron Bentley | 2022-09-25 | 1 | -2/+1 | |
| | | ||||||
* | | Use include instead of plus sign. | Aaron Bentley | 2022-09-25 | 1 | -46/+57 | |
| | | ||||||
* | | Use words() with suffix inline. | Aaron Bentley | 2022-09-25 | 1 | -7/+4 | |
| | | ||||||
* | | Copyright and tweaks. | Aaron Bentley | 2022-09-25 | 1 | -13/+19 | |
| | | ||||||
* | | Combine regexes | Aaron Bentley | 2022-09-25 | 1 | -2/+1 | |
| | | | | | | Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr> | |||||
* | | Use words() | Aaron Bentley | 2022-09-25 | 1 | -3/+6 | |
| | | ||||||
* | | Add Jsonnet support | Aaron Bentley | 2022-09-25 | 4 | -0/+932 | |
|/ | ||||||
* | build: harden docs.yaml permissions | Alex | 2022-09-24 | 1 | -0/+4 | |
| | | | Signed-off-by: Alex <aleksandrosansan@gmail.com> | |||||
* | build: harden build.yaml permissions | Alex | 2022-09-24 | 1 | -0/+3 | |
| | | | Signed-off-by: Alex <aleksandrosansan@gmail.com> | |||||
* | Update CHANGES | Jean Abou Samra | 2022-09-24 | 1 | -0/+1 | |
| | ||||||
* | Update nimrod.py lexer (#1970) | matkuki | 2022-09-24 | 4 | -2670/+2696 | |
| | | | Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr> | |||||
* | Fix minor documentation around WoWToCLexer (#2245) | Tim Martin | 2022-09-22 | 2 | -2/+5 | |
| | ||||||
* | Update CHANGES | Jean Abou Samra | 2022-09-21 | 1 | -0/+1 | |
| | ||||||
* | Add World of Warcraft TOC file lexer (#2244) | Tim Martin | 2022-09-21 | 12 | -2/+771 | |
| | | | Also fix a broken link and decode as UTF8 in count_token_references.py. | |||||
* | Update CHANGES | Jean Abou Samra | 2022-09-21 | 1 | -0/+2 | |
| | ||||||
* | HTTP: add CONNECT keyword (#2242) | cmedrala | 2022-09-21 | 1 | -2/+2 | |
| | ||||||
* | Adding MIPS Lexer (#2228) | davisrichard437 | 2022-09-21 | 7 | -0/+939 | |
| | ||||||
* | Update CHANGES | Jean Abou Samra | 2022-09-18 | 1 | -0/+3 | |
| | ||||||
* | Add func lexer (#2232) | Dan Volkov | 2022-09-18 | 5 | -0/+634 | |
| | ||||||
* | Use proper SPDX identifier | Maximilian Wirtz | 2022-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fix syntax highlighting of INI language (#2217) | jmzambon | 2022-09-15 | 3 | -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 Lomax | 2022-09-15 | 5 | -0/+1057 | |
| | ||||||
* | Update CHANGES | Jean Abou Samra | 2022-09-15 | 1 | -0/+1 | |
| | ||||||
* | Objective-J: fix catastrophic backtracking in comment regex (#2225) | Jean Abou-Samra | 2022-09-15 | 1 | -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 CHANGES | Jean Abou Samra | 2022-09-15 | 1 | -0/+1 | |
| | ||||||
* | Add `.pyi` file to `python` lexer filenames (#2231) | Nikita Sobolev | 2022-09-15 | 2 | -1/+3 | |
| | ||||||
* | Update CHANGES | Jean Abou Samra | 2022-09-14 | 1 | -0/+1 | |
| | ||||||
* | Add { and } to punctuation for GNU Assembly lexer (#2230) | Nils Husung | 2022-09-14 | 1 | -1/+1 | |
| | | | | | This allows lexing instructions like: vpscatterqd %ymm0, 0x404050(,%zmm2,4) {%k1} | |||||
* | Update CHANGES | Jean Abou Samra | 2022-09-13 | 1 | -0/+2 | |
| | ||||||
* | autopygmentize: support more file types (#2219) | Reuben Thomas | 2022-09-13 | 1 | -8/+46 | |
| | | | | | Includes new languages and new compression types. Also, check that the decompression program exists before trying to use it. |