mirror of
https://github.com/YosysHQ/sby.git
synced 2026-01-05 19:32:46 +00:00
docs: Re-enable yoscrypt lexer
We are already using `furo-ys` for `SBYLexer`, we just needed `YoscryptLexer` as well.
This commit is contained in:
parent
cc84339b37
commit
7233fe6e87
2 changed files with 4 additions and 0 deletions
|
|
@ -24,3 +24,6 @@ extensions += ['sphinxarg.ext']
|
|||
def setup(app: Sphinx) -> None:
|
||||
from furo_ys.lexers.SBYLexer import SBYLexer
|
||||
app.add_lexer("sby", SBYLexer)
|
||||
|
||||
from furo_ys.lexers.YoscryptLexer import YoscryptLexer
|
||||
app.add_lexer("yoscrypt", YoscryptLexer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue