summaryrefslogtreecommitdiff
path: root/pygments/lexers/jvm.py
Commit message (Expand)AuthorAgeFilesLines
* More fixes thanks to regexlint.Georg Brandl2014-10-161-1/+1
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-2/+4
* Merge with -mainTim Hatch2014-10-151-3/+3
|\
| * Use unistring.combine for slight speedup.Tim Hatch2014-10-151-3/+3
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-5/+5
|/
* Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-071-1/+1
* ScalaLexer: Improve interpolated strings, adding triplequoted strings and tes...Tim Hatch2014-10-071-4/+15
* Scala: add $$ escape for interpolated strings. (#1010)Georg Brandl2014-10-071-0/+1
* Closes #1010: recognize string interpolation in Scala lexer.Georg Brandl2014-10-071-0/+13
* misc fixups in math.py and jvm.pyGeorg Brandl2014-09-201-108/+109
* fix global instantiation of GosuLexer.Georg Brandl2014-09-161-2/+2
* add the new upcomming decorator syntax for GoloYannick Loiseau2014-08-261-0/+1
* Add token type Number.BinDavid Corbett2014-05-191-2/+2
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-5/+5
* Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326)Tim Hatch2014-05-171-72/+339
|\
| * Only allow one shebang in Groovy filesGaurav Jain2014-05-161-1/+1
| * Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+8
| * Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-59/+70
| |\
| | * Merged in jaingaurav2/pygments-main (pull request #357)Tim Hatch2014-05-161-1/+1
| | |\
| | | * Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-1/+1
| | * | Merged in dscorbett/pygments-jasmin (pull request #349)Tim Hatch2014-05-151-67/+67
| | |\ \ | | | |/
| | | * Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-35/+35
| | | * Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-29/+29
| | | * Fix some lines to be within 90 charactersGaurav Jain2014-05-121-8/+8
| | * | Fix Jasmin and Smali code snippet detectionDavid Corbett2014-05-131-6/+7
| | * | Distinguish between Jasmin and SmaliDavid Corbett2014-05-111-1/+9
| | * | Add JasminLexer.analyse_textDavid Corbett2014-05-101-0/+2
| | |/
| * | Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-6/+6
| * | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-5/+5
| * | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-10/+10
| |/
| * Make requested changes to JasminLexerDavid Corbett2014-05-061-1/+3
| * Add a lexer for JasminDavid Corbett2014-05-041-1/+247
* | Tweaking clojure keyword lexingTim Gilbert2014-04-161-1/+1
|/
* Merged in kwadrat/pygments-main2 (pull request #316)Tim Hatch2014-04-141-2/+114
|\
| * Move GoloLexer to jvm.py; add hello world exampleTim Hatch2014-04-141-2/+109
|/
* Include examplefile for ClojureScriptTim Hatch2014-04-141-1/+1
* Merged in brodie/pygments (pull request #191)Tim Hatch2014-04-141-145/+168
|\
| * Improve Pig lexer formatting and completnessTim Hatch2014-04-141-20/+36
| * Merged in redcat9/pygments-main (pull request #304)Tim Hatch2014-04-141-1/+1
| |\
| | * jvm.py edited online with BitbucketSanders Kleinfeld2014-03-231-1/+1
| | * Adding support for underscores in Java integers.Sanders Kleinfeld2014-03-131-1/+1
| * | Create PigLexer.Unknown2014-03-201-1/+51
| |/
| * use versionadded directivesGeorg Brandl2014-01-191-10/+10
| * Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-29/+29
| * new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| * Closes #915: fix parsing of nested multiline comments.Georg Brandl2014-01-091-1/+7
| * Update KotlinLexerAlexander Udalov2014-01-081-37/+29
| * Update Kotlin URL with the newer oneAlexander Udalov2014-01-081-1/+1
| * Simplify KotlinLexerAlexander Udalov2014-01-081-96/+54
| * java: Decrease priority of method regex to avoid parsing 'else if (' as methodpicomancer2013-10-031-5/+5