summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Berry Lexer (#2070)Beormund2022-03-072-0/+3161
|
* Add UL4 lexer. (#2040)Walter Dörwald2022-03-078-0/+963
|
* Add K and Q lexers (#2073)Nick Psaris2022-03-052-0/+1105
|
* Add qlik lexer (#1925)Gemma Down2022-03-042-0/+413
|
* Changes per reviewBrian Ward2022-03-012-0/+9
|
* Update Stan to 2.29 standardsBrian Ward2022-02-282-22/+95
|
* Merge branch 'master' of github.com:pygments/pygmentsFabrizio Riguzzi2022-02-20105-53234/+49137
|\
| * Update golen test files.Matthäus G. Chajdas2022-02-201-103/+103
| |
| * Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' ↵Matthäus G. Chajdas2022-02-2097-52520/+47123
| |\ | | | | | | | | | of https://github.com/blu-base/pygments into blu-base-lexers_ijkl
| | * Whitespace token for lisp lexersSebastian Engel2022-01-0614-24240/+24240
| | |
| | * Whitespace token for kuin lexerSebastian Engel2022-01-061-141/+141
| | |
| | * Whitespace token for jasmin lexerSebastian Engel2022-01-061-1435/+1435
| | |
| | * Whitespace token for golo,pig,xtend lexersSebastian Engel2022-01-064-576/+576
| | |
| | * Whitespace token for kotlin lexerSebastian Engel2022-01-063-415/+416
| | |
| | * Whitespace token for scala lexerSebastian Engel2022-01-0638-3803/+3812
| | |
| | * Whitespace token for jvm lexerSebastian Engel2022-01-065-1719/+1734
| | |
| | * Whitespace token for julia lexerSebastian Engel2022-01-061-1460/+1460
| | |
| | * Whitespace token j lexerSebastian Engel2022-01-061-9270/+3716
| | |
| | * Ws token remaining javascript lexersSebastian Engel2022-01-063-380/+436
| | |
| | * Ws token coffee lexerSebastian Engel2022-01-063-1553/+1995
| | |
| | * Ws token objective-j lexerSebastian Engel2022-01-061-921/+573
| | |
| | * Ws token dart,lasso lexerSebastian Engel2022-01-063-1926/+1951
| | |
| | * Ws token livescript lexerSebastian Engel2022-01-061-153/+183
| | |
| | * Ws token kal lexerSebastian Engel2022-01-061-142/+200
| | |
| | * Ws token - typescriptSebastian Engel2022-01-061-1/+2
| | |
| | * Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-0614-663/+658
| | |
| | * Modernize Whitespace token in lexer intallersSebastian Engel2022-01-063-811/+658
| | |
| | * Modernize Whitespace token in lexer infernoSebastian Engel2022-01-061-1729/+1730
| | |
| | * Modernize Whitespace token in lexer idlSebastian Engel2022-01-061-163/+188
| | |
| * | Spice: Update some keywords (#2067)Marc Auberer2022-02-192-1/+3
| | |
| * | Scheme: support datum commented with #;Jean Abou Samra2022-02-084-9/+53
| | | | | | | | | | | | | | | | | | Previously, #; awaited an S-expression but could not cope with a simple datum like a number literal. While at it, also support R6RS brackets for S-expressions.
| * | Scheme: autogenerate lists of builtinsJean Abou Samra2022-02-083-1536/+2551
| | | | | | | | | | | | | | | | | | | | | This enriches the space of recognized builtins. Note that this also fixes the space after a builtin being included in the token.
| * | Scheme: support fancy kinds of numbersJean Abou Samra2022-02-081-15/+11
| | | | | | | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals.
| * | Scheme: highlight string escapesJean Abou Samra2022-02-081-61/+182
| | | | | | | | | | | | | | | Move string parsing to a dedicated state so it can recognize string escapes. Add support for various kinds of escapes.
| * | Update Spice lexer (#2063)Marc Auberer2022-02-082-6/+36
| | |
| * | tests: fix pytest 8 deprecationGeorg Brandl2022-02-081-1/+2
| | |
| * | Update `Inform6Lexer` to Inform 6.36 (#2050)David Corbett2022-01-252-5/+96
| | |
* | | added support for mpe, dtproblog, + test casesFabrizio Riguzzi2022-02-039-0/+1511
| | |
* | | Merge branch 'pygments:master' into masterFabrizio Riguzzi2022-01-252-0/+421
|\ \ \ | |/ /
| * | Add support for .cljc clojure file extension (#2043)Danny Freeman2022-01-252-0/+421
| |/
* | lexer for the cplint language https://cplint.euFabrizio Riguzzi2022-01-221-0/+100
|/
* CFamily: improve label detection (#2022)amitkummer2022-01-068-48/+156
| | | | | | | | | | | | | | | | * Remove unused variable This variable is unused since the first commit to this file in the commit history, so it's probably safe to remove it. * Lex identifier as label only if it's at line start * Stop matching identifiers that begin with a digit This is so we don't match numbers as labels with the new labels rule. * Add label tests * Fix existing tests
* Improve fix for #2010.Matthäus G. Chajdas2021-12-312-4/+4
|
* Add more whitespace variants to JSON test content.Matthäus G. Chajdas2021-12-312-1/+47
|
* Update CHANGES, add large JSON sample file.Matthäus G. Chajdas2021-12-312-0/+10447
|
* Fix #2010.Matthäus G. Chajdas2021-12-302-0/+9
|
* Update Spice lexer (#2009)Marc Auberer2021-12-302-12/+82
|
* CFamily: improve function detection (#2008)amitkummer2021-12-302-0/+27
| | | | Detect function with return types of more than a single word length (like `unsigned int` or `long long`).
* GSQL lexer syntax changes (#2006)Gregory Grubbs2021-12-302-29/+258
| | | | | | | | | * Add square, angle and single underscore to punct; simplify string regex * Add dollar as operator in LOAD DDL; add pipe as op for resused edge names * Add to test file to test recent lexer fixes * Added PR# to new test cases
* Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_gh' of ↵Matthäus G. Chajdas2021-12-2932-14145/+13910
|\ | | | | | | https://github.com/blu-base/pygments into blu-base-lexers_gh