Skip to content

Commit d162848

Browse files
rename supported language to Python (Jython)
This change will prevent confusion with the new Python (PyImageJ) language. This change is required for autocompletion to work with the renamed language in scripting-jython scijava/scripting-jython@07dc8b0
1 parent 154c9d2 commit d162848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripteditor/jython/JythonLanguageSupportPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public JythonLanguageSupportPlugin() {
5959

6060
@Override
6161
public String getLanguageName() {
62-
return "python";
62+
return "Python (Jython)";
6363
}
6464

6565
@Override

0 commit comments

Comments
 (0)