Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Simplify regex for single line comments | Xidorn Quan | 2019-11-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add suffix for all keyword regexs | Xidorn Quan | 2019-11-28 | 1 | -27/+31 | |
| | | | ||||||
| * | | Add Web IDL lexer | Xidorn Quan | 2019-11-28 | 5 | -0/+1562 | |
| | | | ||||||
* | | | Merge pull request #1349 from HubertGruniaux/patch-1 | Matthäus G. Chajdas | 2020-01-05 | 1 | -2/+3 | |
|\ \ \ | |_|/ |/| | | Adds support for C++20 keywords | |||||
| * | | Update c_cpp.py to adds support for C++20 keywords | Hubert Gruniaux | 2020-01-05 | 1 | -2/+3 | |
|/ / | | | | | The soon C++20 newcomer standard will introduce lots of new keywords like `constinit`, `co_yield` (for courotines), `import` or`module` (for modules, however these are special identifiers instead of real keywords), etc... | |||||
* | | Update CHANGES, language list. | Matthäus G. Chajdas | 2020-01-04 | 2 | -0/+2 | |
| | | | | | | | | Add the Sieve lexer which was just merged. | |||||
* | | Add Sieve lexer (#1257) | sblondon | 2020-01-04 | 4 | -1/+126 | |
| | | | | | | | | Add Sieve lexer | |||||
* | | Update CHANGES & map file. | Matthäus G. Chajdas | 2020-01-04 | 2 | -1/+2 | |
| | | | | | | | | Perl6/Raku update adds new file extensions, so regenerate the file mapping. | |||||
* | | Merge pull request #1344 from hankache/master | Matthäus G. Chajdas | 2020-01-04 | 1 | -69/+167 | |
|\ \ | | | | | | | Update Raku (Perl 6) keywords, classes, methods, etc. | |||||
| * | | Update Raku (Perl 6) keywords, classes, methods, etc. | Naoum Hankache | 2019-12-25 | 1 | -69/+167 | |
| | | | ||||||
* | | | haskell: Fix highlighting of promoted type operators (#1347) | Xia Li-yao | 2019-12-30 | 3 | -0/+35 | |
|/ / | | | | | | | | | | | | | * haskell: Fix highlighting of promoted type operators Fixes issue #527 Patch originally written by paamayim | |||||
* | | Merge pull request #1341 from catatonicprime/master | Matthäus G. Chajdas | 2019-12-23 | 2 | -3/+16 | |
|\ \ | | | | | | | Fix directives that have 0 arguments when lexing apache configs | |||||
| * | | Fix directives that have 0 arguments | catatonicprime | 2019-12-19 | 2 | -3/+16 | |
|/ / | ||||||
* | | Merge pull request #1339 from kurtmckee/update-http-urls | Matthäus G. Chajdas | 2019-12-19 | 12 | -53/+53 | |
|\ \ | | | | | | | Update many links to use HTTPS and skip redirects | |||||
| * | | Update many links to use HTTPS and skip redirects | Kurt McKee | 2019-12-18 | 12 | -53/+53 | |
|/ / | ||||||
* | | all: fixup http->https for github, pypi, pocoo etc URLs | Georg Brandl | 2019-12-10 | 12 | -23/+23 | |
| | | ||||||
* | | Merge pull request #1310 from pygments/815/MartijnBraam/dmesg | Georg Brandl | 2019-12-09 | 10 | -9/+115 | |
|\ \ | | | | | | | This commit adds a lexer for linux kernel logs as outputted by `dmesg` | |||||
| * | | make regexes consistent | Georg Brandl | 2019-12-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | dmesg lexer refinements: | Georg Brandl | 2019-12-09 | 5 | -67/+54 | |
| | | | | | | | | | | | | | | | | | | * move to textfmts.py where other logfiles are * fix detection of dmesg -x (heuristic "unknown" state must be last) * change styles for debug/warn lines | |||||
| * | | This commit adds a lexer for linux kernel logs as outputted by `dmesg` | martijn@msi.localhost | 2019-12-09 | 5 | -0/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It supports output from `dmesg`, in that case it highlights based on keywords in the line It can also highlight `dmesg -x` output. In that case it uses the loglevels from the kernel to highlight the lines. | |||||
| * | | tests: remove special skip cases for random_input test case | Georg Brandl | 2019-12-09 | 4 | -7/+8 | |
|/ / | ||||||
* | | tests: split out "random input" test and make github tests verbose | Georg Brandl | 2019-12-09 | 2 | -3/+7 | |
| | | ||||||
* | | Merge pull request #1332 from pygments/task/improve-docs | Matthäus G. Chajdas | 2019-12-08 | 2 | -9/+54 | |
|\ \ | | | | | | | Improve docs. | |||||
| * | | Improve docs. | Matthäus G. Chajdas | 2019-12-08 | 2 | -9/+54 | |
| | | | | | | | | | | | | Add a contributing guide for newcomers, and remove references to pygmentize in the development docs. During development, there is no pygmentize. | |||||
* | | | Add Mosel lexer. (#1287) | Georg Brandl | 2019-12-08 | 6 | -1/+488 | |
|\ \ \ | | | | | | | | | Add Mosel lexer. | |||||
| * | | | Mosel: style fixes, add changelog entry etc | Georg Brandl | 2019-12-08 | 4 | -402/+412 | |
| | | | | ||||||
| * | | | Update operators and punctuation. Reorder '::' and ':', remove redundant ↵ | J. C. Müller | 2019-12-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ':', remove '=='. | |||||
| * | | | Add all functions of mmxprs, mmsystem and mmjobs. | jcmuel | 2019-12-08 | 1 | -66/+342 | |
| | | | | ||||||
| * | | | Add keywords, define types and operators. Remove parameters. Delete test ↵ | jcmuel | 2019-12-08 | 3 | -193/+56 | |
| | | | | | | | | | | | | | | | | file with incompatible license. | |||||
| * | | | Add Mosel lexer. | German Riano | 2019-12-08 | 4 | -0/+338 | |
|/ / / | ||||||
* | | | Add changelog entries. | Georg Brandl | 2019-12-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fix valid_name regex for SLexer (#1333) | Georg Brandl | 2019-12-08 | 2 | -1/+38 | |
|\ \ \ | | | | | | | | | Fix valid_name regex for SLexer | |||||
| * | | | Fix valid_name regex for SLexer | Nikolay Korolev | 2019-12-07 | 2 | -1/+38 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #1331 All modifications to regex: 1. Delete 2 useless non-capturing groups 2. Variables can not start with underscore (_) 3. Only letters, dot (.) and underscore (_) can go after first dot (.) in name 4. Name from only one symbol dot (.) is possible | |||||
* | | | Fixing parsing of Ada numeric literals (#1334) | Georg Brandl | 2019-12-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fixing parsing of Ada numeric literals | |||||
| * | | Fixing parsing of numeric literals | gusthoff | 2019-12-06 | 1 | -1/+1 | |
|/ / | | | | | | | Reasoning: Ada allows formats such as 2#1111_0000# and 2#1111.0000# | |||||
* | | More fixes to MATLAB lexer. (#1328) | Georg Brandl | 2019-12-06 | 1 | -4/+5 | |
|\ \ | | | | | | | More fixes to MATLAB lexer. | |||||
| * | | More fixes to MATLAB lexer. | Antony Lee | 2019-12-06 | 1 | -4/+5 | |
| | | | ||||||
* | | | add changelog entry for #1322 | Georg Brandl | 2019-12-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | Parse HTTP status-line even when reason-phrase not included. (#1322) | Georg Brandl | 2019-12-06 | 2 | -3/+31 | |
|\ \ \ | | | | | | | | | Parse HTTP status-line even when reason-phrase not included. | |||||
| * | | | Make the optional reason-phrase regexp group non-capturing. | Jakub Roztocil | 2019-12-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Parse HTTP status-line even when reason-phrase not included. | Jakub Roztocil | 2019-12-02 | 2 | -2/+30 | |
| | | | | | | | | | | | | | | | | Background: https://github.com/jakubroztocil/httpie/issues/811 | |||||
* | | | | USD: post-merge nits | Georg Brandl | 2019-12-06 | 3 | -78/+41 | |
| | | | | ||||||
* | | | | re-sort AUTHORS | Georg Brandl | 2019-12-06 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Add USD lexer (#1290) | Georg Brandl | 2019-12-06 | 7 | -0/+962 | |
|\ \ \ \ | | | | | | | | | | | Add USD lexer | |||||
| * | | | | Added "r" prefix to an existing regex string | Colin Kennedy | 2019-12-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Replaced Literal.Number with Number | Colin Kennedy | 2019-12-05 | 1 | -33/+33 | |
| | | | | | ||||||
| * | | | | Replaced Literal.String with String | Colin Kennedy | 2019-12-05 | 1 | -21/+21 | |
| | | | | | ||||||
| * | | | | Separated different pieces of text into whitespace and punctuation and text | Colin Kennedy | 2019-12-05 | 2 | -132/+133 | |
| | | | | | ||||||
| * | | | | Fixed numeric test | Colin Kennedy | 2019-12-05 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Added scientific notation support for USD numbers | Colin Kennedy | 2019-12-05 | 2 | -2/+10 | |
| | | | | |