summaryrefslogtreecommitdiff
path: root/pygments/lexers/jvm.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Distinguish between Jasmin and SmaliDavid Corbett2014-05-111-1/+9
| | | |
| | * | Add JasminLexer.analyse_textDavid Corbett2014-05-101-0/+2
| | |/ | | | | | | | | | | | | Objective-J uses `@import` and Jasmin uses `.class`, so they are easy to tell apart.
| * | 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
| |/ | | | | | | Additionally, allow $ in middle of variable names
| * 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
|\ | | | | | | | | | | Conflicts: pygments/lexers/jvm.py pygments/lexers/other.py
| * Move GoloLexer to jvm.py; add hello world exampleTim Hatch2014-04-141-2/+109
|/ | | | Also fix an order problem found by regexlint.
* Include examplefile for ClojureScriptTim Hatch2014-04-141-1/+1
|
* Merged in brodie/pygments (pull request #191)Tim Hatch2014-04-141-145/+168
|\ | | | | | | | | Conflicts: pygments/lexers/jvm.py
| * 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
| | | | | | | | | | | | | | | | | | | | - get rid of things which were copy-pasted from CSharpParser but make no sense in Kotlin - use the set of keywords taken right from the sources of Kotlin lexer - highlight Kotlin-specific constructs as operators: ::, !!, ?., ?: - highlight declaration names differently according to the declaration kind (class, function, etc.) - highlight backtick-escaped names as identifiers (e.g. `type`)
| * Update Kotlin URL with the newer oneAlexander Udalov2014-01-081-1/+1
| |
| * Simplify KotlinLexerAlexander Udalov2014-01-081-96/+54
| | | | | | | | | | | | Delete the useless Unicode option which was copy-pasted from CSharpLexer. As there's no specification on what Unicode symbols are allowed in Kotlin yet, assume that 'basic' character set from C# will be enough
| * java: Decrease priority of method regex to avoid parsing 'else if (' as methodpicomancer2013-10-031-5/+5
| |
* | Add basic ClojureScript lexerBrodie Rao2013-04-231-2/+15
|/
* fix class namesEnrique Zamudio2013-03-201-1/+1
|
* Fix some problems pointed out by @birkenfeldEnrique Zamudio2013-03-201-2/+2
|
* Update Ceylon syntaxEnrique Zamudio2013-03-191-11/+14
|
* Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-1/+1
|
* Fix a couple "make check" issues, mostly long lines.Georg Brandl2013-01-091-14/+128
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Closes #824: add clojure "deref" operator, a single @.Georg Brandl2012-12-251-1/+1
|
* Allow case-insensitive hex literals in all jvm languagesTim Hatch2012-10-301-11/+11
|
* Add Ceylon lexer properly.Tim Hatch2012-10-061-1/+3
|
* merge from birkenfeld/pygments-mainEnrique Zamudio2012-09-261-29/+113
|\
| * fix triple-quote coloring in ScalaNicolas R?mond2012-09-051-1/+1
| |
| * Centralize regex metachar escaping, since the surrogate support breaksTim Hatch2012-08-271-8/+3
| | | | | | | | one-parsed-char per unicode codepoint already.
| * Closes #771: Java: allow generics <> characters in return argument typeGeorg Brandl2012-08-191-3/+3
| |
| * Merge with kriegaex/pygments-main (pull request #90)Georg Brandl2012-08-191-1/+40
| |\
| | * Add AspectJLexer as subclass of JavaLexerAlexander Kriegisch2012-08-091-2/+40
| | |
| * | Xtend: add attribution/changelog entry, remove a bunch of unnecessary "_ws" ↵Georg Brandl2012-08-191-22/+6
| | | | | | | | | | | | attributes on lexers in jvm.
| * | Merged in svenefftinge/pygments-main-xtend-support (pull request #68)Georg Brandl2012-08-191-1/+68
| |\ \
| | * | Added lexer for Xtend http://xtend-lang.orgSven Efftinge2012-04-071-1/+2
| | | |
| | * | Added lexer for Xtend http://xtend-lang.orgSven Efftinge2012-04-071-0/+66
| | |/
| * | add support for clojure namespaced keywordsmpenet2012-05-161-1/+1
| |/
* | add CeylonLexer to __all__Enrique Zamudio2012-09-261-1/+1
| |
* | avoid conflictEnrique Zamudio2012-09-261-1/+2
| |
* | add CeylonLexer to __all__; move suffixes to MGTP instead of MGPT.Enrique Zamudio2012-09-261-7/+7
| |
* | Add lexer for CeylonEnrique Zamudio2012-07-031-0/+61
|/