aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/AmmoniteReader.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-04-28 11:01:33 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-04-29 10:42:02 +0200
commit29fc55a67349145cbb23edf3f0fc0307bf9d515e (patch)
tree64165416302e5f9f9c89f27e844e8b67c06e9061 /src/dotty/tools/dotc/repl/AmmoniteReader.scala
parent4fadce464b2ecf0d35f1d6ff00283d6ada2ff0be (diff)
downloaddotty-29fc55a67349145cbb23edf3f0fc0307bf9d515e.tar.gz
dotty-29fc55a67349145cbb23edf3f0fc0307bf9d515e.tar.bz2
dotty-29fc55a67349145cbb23edf3f0fc0307bf9d515e.zip
Add Ammonite's MIT license
Diffstat (limited to 'src/dotty/tools/dotc/repl/AmmoniteReader.scala')
-rw-r--r--src/dotty/tools/dotc/repl/AmmoniteReader.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/repl/AmmoniteReader.scala b/src/dotty/tools/dotc/repl/AmmoniteReader.scala
index 0a49b8ea3..e399105b3 100644
--- a/src/dotty/tools/dotc/repl/AmmoniteReader.scala
+++ b/src/dotty/tools/dotc/repl/AmmoniteReader.scala
@@ -10,6 +10,7 @@ import filters._
import BasicFilters._
import GUILikeFilters._
import util.SourceFile
+import printing.SyntaxHighlighting
class AmmoniteReader(val interpreter: Interpreter)(implicit ctx: Context) extends InteractiveReader {
val interactive = true