Skip to content

Commit d116072

Browse files
committed
Rename fijigroovy lexer to scijava-groovy
1 parent bf3e39e commit d116072

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161

6262
# -- Custom Lexers -----------------------------------------------------------
6363

64-
from lexers import FijiGroovyLexer
64+
from lexers import SciJavaGroovyLexer
6565

6666
def setup(app):
67-
app.add_lexer('fijigroovy', FijiGroovyLexer)
67+
app.add_lexer('scijava-groovy', SciJavaGroovyLexer)
6868

6969
# -- Options for HTML output -------------------------------------------------
7070

docs/ops/doc/examples/example_gaussian_subtraction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SciJava Ops via Fiji's sripting engine with `script parameters`_:
99

1010
.. tabs::
1111

12-
.. code-tab:: fijigroovy
12+
.. code-tab:: scijava-groovy
1313

1414
#@ ImgPlus img
1515
#@ Double (label="Sigma:", value=5.0) sigma

0 commit comments

Comments
 (0)