Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openqasm3_lexer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from openqasm_pygments import OpenQASM2Lexer, OpenQASM3Lexer
from openqasm_pygments.qasm2 import OpenQASM2Lexer
from openqasm_pygments.qasm3 import OpenQASM3Lexer
from sphinx.application import Sphinx
from sphinx.highlighting import lexers

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ ignore_missing_imports = true

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"

[tool.uv.sources]
openqasm-pygments = { url = "https://github.com/LEQO-Framework/openqasm-pygments/releases/download/patch-annotation-lexing/openqasm_pygments-0.2.1a0-py3-none-any.whl" }
12 changes: 7 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.