We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3c0bc commit 183fb44Copy full SHA for 183fb44
src/main/scala/dotty/tools/repl/SciJavaScriptEngine.scala
@@ -78,7 +78,7 @@ object SciJavaScriptEngine {
78
class Factory(classPath: String) extends ScriptEngineFactory {
79
def getEngineName = "Scala REPL for SciJava"
80
def getEngineVersion = "3.0"
81
- def getExtensions = Arrays.asList("scala")
+ def getExtensions = Arrays.asList("scala", "sc")
82
def getLanguageName = "Scala"
83
def getLanguageVersion = Properties.versionString
84
def getMimeTypes = Arrays.asList("application/x-scala")
0 commit comments