Skip to content

Commit

Permalink
Land #923: EEx and EEx template parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Dec 1, 2017
2 parents 314807f + 7786016 commit 3702587
Show file tree
Hide file tree
Showing 263 changed files with 9,107 additions and 2,186 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ matrix:
env: IDEA_VERSION="2016.3.7"
jdk: oraclejdk8
otp_release: 19.3


- elixir: 1.5.2
env: IDEA_VERSION="2016.2.5"
jdk: oraclejdk8
otp_release: 20.1
- elixir: 1.4.5
env: IDEA_VERSION="2016.2.5"
jdk: oraclejdk8
otp_release: 19.3
before_install:
- mix local.hex --force
- "export ELIXIR_VERSION=${TRAVIS_ELIXIR_VERSION}"
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ allprojects {

plugins = ["org.jetbrains.erlang:${intellij_erlang_version}",
// always have IdeaVIM installed in sandbox
"IdeaVIM:0.48"]
"IdeaVIM:0.48",
"PsiViewer:3.28.93"]
pluginName 'intellij-elixir'
version ideaVersion
downloadSources Boolean.valueOf(sources)
Expand Down
151 changes: 151 additions & 0 deletions gen/org/elixir_lang/eex/Parser.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3702587

Please sign in to comment.