diff --git a/messages.json b/messages.json index ef56f9e..f995ca1 100644 --- a/messages.json +++ b/messages.json @@ -1,3 +1,4 @@ { - "install": "messages/install.txt" + "install": "messages/install.txt", + "0.2.0": "messages/0.2.0.txt" } diff --git a/messages/0.2.0.txt b/messages/0.2.0.txt new file mode 100644 index 0000000..910b0c4 --- /dev/null +++ b/messages/0.2.0.txt @@ -0,0 +1,6 @@ +SublimeLinter-contrib-scalac +------------------------------- + +Use the `target_directory` setting to specify where class files generated by +`scalac` should go. If unset, class files will be placed in the same directory +as their source files.