summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example_elixir.ex
Commit message (Collapse)AuthorAgeFilesLines
* [Elixir] Add the last batch of new operators introduced just before the ↵Alexei Sholik2014-09-101-0/+8
| | | | 1.0.0 release.
* [Elixir] Parse maps and tuples to make non-trivial and nested string ↵Alexei Sholik2014-08-151-1/+2
| | | | interpolation work
* [Elixir] Update the example fileAlex2014-08-151-3/+8
|
* [Elixir] Resolve issues with ':' and '::' punctionationAlexei Sholik2014-08-151-2/+3
|
* [Elixir] Update character escape rulesAlex2014-08-151-3/+5
|
* [Elixir] Remove "xor" from keywords and update regex patterns for numbersAlexei Sholik2014-08-151-1/+5
|
* [Elixir] No longer balance sigil terminatorsAlexei Sholik2014-08-151-0/+2
|
* Fix regular expressions for identifiers in ElixirLexerAlexei Sholik2014-06-271-1/+6
|
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-331/+171
| | | | | | | | | 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.
* Elixir's lexer should be greedy on single quoted strings.Peter Suschlik2013-07-111-1/+3
| | | | | After this commit this code will be highlighted correctly: HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}]
* Add Elixir example fileCarlos Galdino2012-02-291-0/+363