Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -1654/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | some fixes to the kotlin lexer to work with the corda kolin codebase | nimmajbb | 2019-04-01 | 1 | -3/+30 |
| | |||||
* | Update SARL added date, regenerate mapping. | Matth?us G. Chajdas | 2018-12-16 | 1 | -1/+1 |
| | |||||
* | Merged in sgalland/pygments-main (pull request #717) | Anteru | 2018-12-16 | 1 | -1/+55 |
|\ | | | | | | | Add the lexer for the SARL language. | ||||
| * | Add the lexer for the SARL language. | St?phane GALLAND | 2017-04-04 | 1 | -1/+55 |
| | | |||||
* | | Merge heads. | Georg Brandl | 2018-11-28 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in ↵ | Andreas Kloeckner | 2018-06-19 | 1 | -3/+3 |
| |/ | | | | | | | lexer files | ||||
* | | Clojure: extend valid_name to contain "|". | Georg Brandl | 2017-01-29 | 1 | -1/+1 |
|/ | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Speed up regex for searching numbers in jvm languages | Maxim Logunov | 2016-04-19 | 1 | -12/+12 |
| | | | | | The problem was in expressions like `r'[0-9](_*[0-9]+)*'`. They find numbers which can contains underscores. Proposed expressions are equivalent (e.g. `r'[0-9][0-9_]*'`). This change significantly improves performance of a whole expression. | ||||
* | Java lexer: add "import static" (fixes #1228) | Georg Brandl | 2016-04-14 | 1 | -2/+4 |
| | |||||
* | Fix most complaints from regexlint. | Georg Brandl | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Improve numeric literal support in Java lexer | Alden Rogers | 2016-01-10 | 1 | -3/+12 |
| | | | | | | | Previously unsupported literals (binary, octal, hex floats) are now recognized, and all regexes better match the Java Language Specification (especially concerning underscores, suffixes, and the many ways to write decimal floats). | ||||
* | update list of Kotlin keywords according to language changes up to 1.0 beta | yole | 2015-10-20 | 1 | -7/+9 |
| | |||||
* | Fixes #1139: Correctly order symbol and char literals in ScalaLexer | Tim Hatch | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Syntax highlight Gradle files with Groovy | Alex Selesse | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Minor fix for the Ceylon Lexer | tako | 2015-02-18 | 1 | -2/+1 |
| | |||||
* | Updated keywords for Ceylon language | tako | 2015-02-17 | 1 | -9/+10 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | JVM lexers: simplify charclasses | Georg Brandl | 2014-11-06 | 1 | -54/+54 |
| | |||||
* | Groovy: recognize triple quoted strings | Georg Brandl | 2014-11-06 | 1 | -0/+2 |
| | |||||
* | Scala: fix recognition of Unicode => operator | Georg Brandl | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | Closes #1050: highlight Java package names after "package" like after "import". | Georg Brandl | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Closes #1051: fix misrecognition of throw and return statements as method | Georg Brandl | 2014-11-04 | 1 | -3/+5 |
| | | | | signatures in the Java lexer. | ||||
* | More fixes thanks to regexlint. | Georg Brandl | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -2/+4 |
| | |||||
* | Merge with -main | Tim Hatch | 2014-10-15 | 1 | -3/+3 |
|\ | |||||
| * | Use unistring.combine for slight speedup. | Tim Hatch | 2014-10-15 | 1 | -3/+3 |
| | | |||||
* | | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -5/+5 |
|/ | | | | regexes | ||||
* | Fix highlighting of Java enhanced for loops. | Tim Hatch | 2014-10-07 | 1 | -1/+1 |
| | | | | Fixes #965 | ||||
* | ScalaLexer: Improve interpolated strings, adding triplequoted strings and ↵ | Tim Hatch | 2014-10-07 | 1 | -4/+15 |
| | | | | test file. | ||||
* | Scala: add $$ escape for interpolated strings. (#1010) | Georg Brandl | 2014-10-07 | 1 | -0/+1 |
| | |||||
* | Closes #1010: recognize string interpolation in Scala lexer. | Georg Brandl | 2014-10-07 | 1 | -0/+13 |
| | |||||
* | misc fixups in math.py and jvm.py | Georg Brandl | 2014-09-20 | 1 | -108/+109 |
| | |||||
* | fix global instantiation of GosuLexer. | Georg Brandl | 2014-09-16 | 1 | -2/+2 |
| | |||||
* | add the new upcomming decorator syntax for Golo | Yannick Loiseau | 2014-08-26 | 1 | -0/+1 |
| | |||||
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 1 | -5/+5 |
| | |||||
* | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326) | Tim Hatch | 2014-05-17 | 1 | -72/+339 |
|\ | | | | | | | Tweaking clojure keyword lexing | ||||
| * | Only allow one shebang in Groovy files | Gaurav Jain | 2014-05-16 | 1 | -1/+1 |
| | | |||||
| * | Add shebang support to Groovy lexer | Gaurav Jain | 2014-05-16 | 1 | -0/+8 |
| | | |||||
| * | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-16 | 1 | -59/+70 |
| |\ | |||||
| | * | Merged in jaingaurav2/pygments-main (pull request #357) | Tim Hatch | 2014-05-16 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | Numerous regexlint fixes | ||||
| | | * | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merged in dscorbett/pygments-jasmin (pull request #349) | Tim Hatch | 2014-05-15 | 1 | -67/+67 |
| | |\ \ | | | |/ | | | | | | | | | Add JasminLexer.analyse_text | ||||
| | | * | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -35/+35 |
| | | | | |||||
| | | * | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -29/+29 |
| | | | | |||||
| | | * | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
| | * | | Fix Jasmin and Smali code snippet detection | David Corbett | 2014-05-13 | 1 | -6/+7 |
| | | | |