Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added Berry Lexer (#2070) | Beormund | 2022-03-07 | 2 | -0/+3161 | |
| | ||||||
* | Add UL4 lexer. (#2040) | Walter Dörwald | 2022-03-07 | 8 | -0/+963 | |
| | ||||||
* | Add K and Q lexers (#2073) | Nick Psaris | 2022-03-05 | 2 | -0/+1105 | |
| | ||||||
* | Add qlik lexer (#1925) | Gemma Down | 2022-03-04 | 2 | -0/+413 | |
| | ||||||
* | Changes per review | Brian Ward | 2022-03-01 | 2 | -0/+9 | |
| | ||||||
* | Update Stan to 2.29 standards | Brian Ward | 2022-02-28 | 2 | -22/+95 | |
| | ||||||
* | Merge branch 'master' of github.com:pygments/pygments | Fabrizio Riguzzi | 2022-02-20 | 105 | -53234/+49137 | |
|\ | ||||||
| * | Update golen test files. | Matthäus G. Chajdas | 2022-02-20 | 1 | -103/+103 | |
| | | ||||||
| * | Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_ijkl' ↵ | Matthäus G. Chajdas | 2022-02-20 | 97 | -52520/+47123 | |
| |\ | | | | | | | | | | of https://github.com/blu-base/pygments into blu-base-lexers_ijkl | |||||
| | * | Whitespace token for lisp lexers | Sebastian Engel | 2022-01-06 | 14 | -24240/+24240 | |
| | | | ||||||
| | * | Whitespace token for kuin lexer | Sebastian Engel | 2022-01-06 | 1 | -141/+141 | |
| | | | ||||||
| | * | Whitespace token for jasmin lexer | Sebastian Engel | 2022-01-06 | 1 | -1435/+1435 | |
| | | | ||||||
| | * | Whitespace token for golo,pig,xtend lexers | Sebastian Engel | 2022-01-06 | 4 | -576/+576 | |
| | | | ||||||
| | * | Whitespace token for kotlin lexer | Sebastian Engel | 2022-01-06 | 3 | -415/+416 | |
| | | | ||||||
| | * | Whitespace token for scala lexer | Sebastian Engel | 2022-01-06 | 38 | -3803/+3812 | |
| | | | ||||||
| | * | Whitespace token for jvm lexer | Sebastian Engel | 2022-01-06 | 5 | -1719/+1734 | |
| | | | ||||||
| | * | Whitespace token for julia lexer | Sebastian Engel | 2022-01-06 | 1 | -1460/+1460 | |
| | | | ||||||
| | * | Whitespace token j lexer | Sebastian Engel | 2022-01-06 | 1 | -9270/+3716 | |
| | | | ||||||
| | * | Ws token remaining javascript lexers | Sebastian Engel | 2022-01-06 | 3 | -380/+436 | |
| | | | ||||||
| | * | Ws token coffee lexer | Sebastian Engel | 2022-01-06 | 3 | -1553/+1995 | |
| | | | ||||||
| | * | Ws token objective-j lexer | Sebastian Engel | 2022-01-06 | 1 | -921/+573 | |
| | | | ||||||
| | * | Ws token dart,lasso lexer | Sebastian Engel | 2022-01-06 | 3 | -1926/+1951 | |
| | | | ||||||
| | * | Ws token livescript lexer | Sebastian Engel | 2022-01-06 | 1 | -153/+183 | |
| | | | ||||||
| | * | Ws token kal lexer | Sebastian Engel | 2022-01-06 | 1 | -142/+200 | |
| | | | ||||||
| | * | Ws token - typescript | Sebastian Engel | 2022-01-06 | 1 | -1/+2 | |
| | | | ||||||
| | * | Modernize Whitespace token in lexer javascript | Sebastian Engel | 2022-01-06 | 14 | -663/+658 | |
| | | | ||||||
| | * | Modernize Whitespace token in lexer intallers | Sebastian Engel | 2022-01-06 | 3 | -811/+658 | |
| | | | ||||||
| | * | Modernize Whitespace token in lexer inferno | Sebastian Engel | 2022-01-06 | 1 | -1729/+1730 | |
| | | | ||||||
| | * | Modernize Whitespace token in lexer idl | Sebastian Engel | 2022-01-06 | 1 | -163/+188 | |
| | | | ||||||
| * | | Spice: Update some keywords (#2067) | Marc Auberer | 2022-02-19 | 2 | -1/+3 | |
| | | | ||||||
| * | | Scheme: support datum commented with #; | Jean Abou Samra | 2022-02-08 | 4 | -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 builtins | Jean Abou Samra | 2022-02-08 | 3 | -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 numbers | Jean Abou Samra | 2022-02-08 | 1 | -15/+11 | |
| | | | | | | | | | | | | | | | Many number literals were not recognized previously, such as fractions, infinities, hex and complex literals. | |||||
| * | | Scheme: highlight string escapes | Jean Abou Samra | 2022-02-08 | 1 | -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 Auberer | 2022-02-08 | 2 | -6/+36 | |
| | | | ||||||
| * | | tests: fix pytest 8 deprecation | Georg Brandl | 2022-02-08 | 1 | -1/+2 | |
| | | | ||||||
| * | | Update `Inform6Lexer` to Inform 6.36 (#2050) | David Corbett | 2022-01-25 | 2 | -5/+96 | |
| | | | ||||||
* | | | added support for mpe, dtproblog, + test cases | Fabrizio Riguzzi | 2022-02-03 | 9 | -0/+1511 | |
| | | | ||||||
* | | | Merge branch 'pygments:master' into master | Fabrizio Riguzzi | 2022-01-25 | 2 | -0/+421 | |
|\ \ \ | |/ / | ||||||
| * | | Add support for .cljc clojure file extension (#2043) | Danny Freeman | 2022-01-25 | 2 | -0/+421 | |
| |/ | ||||||
* | | lexer for the cplint language https://cplint.eu | Fabrizio Riguzzi | 2022-01-22 | 1 | -0/+100 | |
|/ | ||||||
* | CFamily: improve label detection (#2022) | amitkummer | 2022-01-06 | 8 | -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. Chajdas | 2021-12-31 | 2 | -4/+4 | |
| | ||||||
* | Add more whitespace variants to JSON test content. | Matthäus G. Chajdas | 2021-12-31 | 2 | -1/+47 | |
| | ||||||
* | Update CHANGES, add large JSON sample file. | Matthäus G. Chajdas | 2021-12-31 | 2 | -0/+10447 | |
| | ||||||
* | Fix #2010. | Matthäus G. Chajdas | 2021-12-30 | 2 | -0/+9 | |
| | ||||||
* | Update Spice lexer (#2009) | Marc Auberer | 2021-12-30 | 2 | -12/+82 | |
| | ||||||
* | CFamily: improve function detection (#2008) | amitkummer | 2021-12-30 | 2 | -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 Grubbs | 2021-12-30 | 2 | -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. Chajdas | 2021-12-29 | 32 | -14145/+13910 | |
|\ | | | | | | | https://github.com/blu-base/pygments into blu-base-lexers_gh |