Skip to content

Commit

Permalink
#25: Fix error highlighting for syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kshchepanovskyi committed Sep 24, 2016
1 parent 6db6dd2 commit 343d50a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ repositories {

dependencies {
compile 'org.antlr:antlr4-runtime:4.5.1'
compile 'org.antlr:antlr4-jetbrains-adapter:1.0.0'
compile ('org.antlr:antlr4-jetbrains-adapter:1.2.0') {
exclude group: 'com.jetbrains'
}
compile 'com.google.guava:guava:19.0'
compile 'io.protostuff:protostuff-parser:2.0.0-alpha25'
}
Expand Down

0 comments on commit 343d50a

Please sign in to comment.