Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |
| | | ||||||
| * | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Closes #915: fix parsing of nested multiline comments. | Georg Brandl | 2014-01-09 | 1 | -1/+7 | |
| | | ||||||
| * | Update KotlinLexer | Alexander Udalov | 2014-01-08 | 1 | -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 one | Alexander Udalov | 2014-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Simplify KotlinLexer | Alexander Udalov | 2014-01-08 | 1 | -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 method | picomancer | 2013-10-03 | 1 | -5/+5 | |
| | | ||||||
* | | Add basic ClojureScript lexer | Brodie Rao | 2013-04-23 | 1 | -2/+15 | |
|/ | ||||||
* | fix class names | Enrique Zamudio | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | Fix some problems pointed out by @birkenfeld | Enrique Zamudio | 2013-03-20 | 1 | -2/+2 | |
| | ||||||
* | Update Ceylon syntax | Enrique Zamudio | 2013-03-19 | 1 | -11/+14 | |
| | ||||||
* | Fix stuff in new lexers found by regexlint. | Georg Brandl | 2013-01-12 | 1 | -1/+1 | |
| | ||||||
* | Fix a couple "make check" issues, mostly long lines. | Georg Brandl | 2013-01-09 | 1 | -14/+128 | |
| | ||||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | Closes #824: add clojure "deref" operator, a single @. | Georg Brandl | 2012-12-25 | 1 | -1/+1 | |
| | ||||||
* | Allow case-insensitive hex literals in all jvm languages | Tim Hatch | 2012-10-30 | 1 | -11/+11 | |
| | ||||||
* | Add Ceylon lexer properly. | Tim Hatch | 2012-10-06 | 1 | -1/+3 | |
| | ||||||
* | merge from birkenfeld/pygments-main | Enrique Zamudio | 2012-09-26 | 1 | -29/+113 | |
|\ | ||||||
| * | fix triple-quote coloring in Scala | Nicolas R?mond | 2012-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | Centralize regex metachar escaping, since the surrogate support breaks | Tim Hatch | 2012-08-27 | 1 | -8/+3 | |
| | | | | | | | | one-parsed-char per unicode codepoint already. | |||||
| * | Closes #771: Java: allow generics <> characters in return argument type | Georg Brandl | 2012-08-19 | 1 | -3/+3 | |
| | | ||||||
| * | Merge with kriegaex/pygments-main (pull request #90) | Georg Brandl | 2012-08-19 | 1 | -1/+40 | |
| |\ | ||||||
| | * | Add AspectJLexer as subclass of JavaLexer | Alexander Kriegisch | 2012-08-09 | 1 | -2/+40 | |
| | | | ||||||
| * | | Xtend: add attribution/changelog entry, remove a bunch of unnecessary "_ws" ↵ | Georg Brandl | 2012-08-19 | 1 | -22/+6 | |
| | | | | | | | | | | | | attributes on lexers in jvm. | |||||
| * | | Merged in svenefftinge/pygments-main-xtend-support (pull request #68) | Georg Brandl | 2012-08-19 | 1 | -1/+68 | |
| |\ \ | ||||||
| | * | | Added lexer for Xtend http://xtend-lang.org | Sven Efftinge | 2012-04-07 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Added lexer for Xtend http://xtend-lang.org | Sven Efftinge | 2012-04-07 | 1 | -0/+66 | |
| | |/ | ||||||
| * | | add support for clojure namespaced keywords | mpenet | 2012-05-16 | 1 | -1/+1 | |
| |/ | ||||||
* | | add CeylonLexer to __all__ | Enrique Zamudio | 2012-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | avoid conflict | Enrique Zamudio | 2012-09-26 | 1 | -1/+2 | |
| | | ||||||
* | | add CeylonLexer to __all__; move suffixes to MGTP instead of MGPT. | Enrique Zamudio | 2012-09-26 | 1 | -7/+7 | |
| | | ||||||
* | | Add lexer for Ceylon | Enrique Zamudio | 2012-07-03 | 1 | -0/+61 | |
|/ |