From 2b3915af5594c1d033a35c5cdabae8af0e2610c7 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 23 Oct 2018 09:20:54 -0400 Subject: [PATCH] Add Scala language version note. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5957207..c530006 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![demo](code.gif "Demo") -This is an experiment for building a Language Server for Scala, in Scala. +This is an experiment for building a Language Server for Scala, in Scala. **Note**: Only works with Scala 2.12.x. - language server: A Scala-based implementation of the [language server protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) - scala: A Typescript-based Scala extension (language client). Ideally it will be ported to Scala.js