summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 2.0rc1.2.0rc1Georg Brandl2014-10-161-1/+1
|
* Fix refactoring error.Georg Brandl2014-10-011-1/+0
|
* Update the "intro" blurb a bit, and add a few missing links to the main doc ↵Georg Brandl2014-09-201-6/+5
| | | | page.
* rm easy_install adviceGeorg Brandl2014-09-201-5/+0
|
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+90
Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs.