Skip to content

Commit

Permalink
Test: rust lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Jan 30, 2025
1 parent 5860226 commit d0b0da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
# Setup Sphinx
def setup(sphinx):
lexers['rust'] = RustLexer()
lexers['rust,ignore'] = RustLexer()
lexers['toml'] = TOMLLexer()

# -- Options for not found extension
Expand Down

0 comments on commit d0b0da8

Please sign in to comment.