Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
| | * | | Distinguish between Jasmin and Smali | David Corbett | 2014-05-11 | 1 | -1/+9 |
| | | | | |||||
| | * | | Add JasminLexer.analyse_text | David Corbett | 2014-05-10 | 1 | -0/+2 |
| | |/ | | | | | | | | | | | | | Objective-J uses `@import` and Jasmin uses `.class`, so they are easy to tell apart. | ||||
| * | | Improve support $ symbol in Java identifiers | Gaurav Jain | 2014-05-13 | 1 | -6/+6 |
| | | | |||||
| * | | Match Java function name tokens even without leading whitespace | Gaurav Jain | 2014-05-12 | 1 | -5/+5 |
| | | | |||||
| * | | Add support for unicode letters in Java identifiers | Gaurav Jain | 2014-05-12 | 1 | -10/+10 |
| |/ | | | | | | | Additionally, allow $ in middle of variable names | ||||
| * | Make requested changes to JasminLexer | David Corbett | 2014-05-06 | 1 | -1/+3 |
| | | |||||
| * | Add a lexer for Jasmin | David Corbett | 2014-05-04 | 1 | -1/+247 |
| | | |||||
* | | Tweaking clojure keyword lexing | Tim Gilbert | 2014-04-16 | 1 | -1/+1 |
|/ | |||||
* | Merged in kwadrat/pygments-main2 (pull request #316) | Tim Hatch | 2014-04-14 | 1 | -2/+114 |
|\ | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py pygments/lexers/other.py | ||||
| * | Move GoloLexer to jvm.py; add hello world example | Tim Hatch | 2014-04-14 | 1 | -2/+109 |
|/ | | | | Also fix an order problem found by regexlint. | ||||
* | Include examplefile for ClojureScript | Tim Hatch | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Merged in brodie/pygments (pull request #191) | Tim Hatch | 2014-04-14 | 1 | -145/+168 |
|\ | | | | | | | | | Conflicts: pygments/lexers/jvm.py | ||||
| * | Improve Pig lexer formatting and completness | Tim Hatch | 2014-04-14 | 1 | -20/+36 |
| | | |||||
| * | Merged in redcat9/pygments-main (pull request #304) | Tim Hatch | 2014-04-14 | 1 | -1/+1 |
| |\ | |||||
| | * | jvm.py edited online with Bitbucket | Sanders Kleinfeld | 2014-03-23 | 1 | -1/+1 |
| | | | |||||
| | * | Adding support for underscores in Java integers. | Sanders Kleinfeld | 2014-03-13 | 1 | -1/+1 |
| | | | |||||
| * | | Create PigLexer. | Unknown | 2014-03-20 | 1 | -1/+51 |
| |/ | |||||
| * | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -10/+10 |
| | | |||||
| * | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -29/+29 |
| | |