Skip to content

Commit beccbe2

Browse files
Change language name to Python (PyImageJ) to help clarify usage
1 parent faeaea7 commit beccbe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/scijava/plugins/scripting/python/PythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @author Karl Duderstadt
4444
* @see ScriptEngine
4545
*/
46-
@Plugin(type = ScriptLanguage.class, name = "Conda Python 3", priority = Priority.VERY_LOW)
46+
@Plugin(type = ScriptLanguage.class, name = "Python (PyImageJ)", priority = Priority.VERY_LOW)
4747
public class PythonScriptLanguage extends AbstractScriptLanguage {
4848

4949
@Override

src/main/java/org/scijava/plugins/scripting/python/PythonScriptSyntaxHighlighter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @author Karl Duderstadt
4040
*/
41-
@Plugin(type = SyntaxHighlighter.class, name = "conda-python-3")
41+
@Plugin(type = SyntaxHighlighter.class, name = "python-(pyimagej)")
4242
public class PythonScriptSyntaxHighlighter extends PythonTokenMaker implements
4343
SyntaxHighlighter
4444
{

0 commit comments

Comments
 (0)