From df3328edbd4b499a1b3aa2362c943abe08921e4e Mon Sep 17 00:00:00 2001 From: Heejong Lee Date: Thu, 28 Nov 2013 14:40:29 +0900 Subject: [PATCH] add sbt-antlr4 to community plugin list add sbt-antlr4 to community plugin list --- src/sphinx/Community/Community-Plugins.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index f6aabc3cc..2c315562f 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -190,6 +190,8 @@ Code generator plugins https://github.com/backchatio/xsbt-scalate-generate - sbt-antlr (Generate Java source code based on ANTLR3 grammars): https://github.com/stefri/sbt-antlr +- sbt-antlr4 (Antlr4 runner for generating Java source code): + https://github.com/ihji/sbt-antlr4 - xsbt-reflect (Generate Scala source code for project name and version): https://github.com/ritschwumm/xsbt-reflect - sbt-buildinfo (Generate Scala source for any settings):