We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ebf8b commit 174c932Copy full SHA for 174c932
stubs/Pygments/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "2.19.*"
+version = "2.20.*"
2
upstream_repository = "https://github.com/pygments/pygments"
3
dependencies = ["types-docutils"]
4
partial_stub = true
stubs/Pygments/pygments/regexopt.pyi
@@ -1,8 +1,10 @@
from _typeshed import Incomplete
+from collections.abc import Iterable
CS_ESCAPE: Incomplete
5
FIRST_ELEMENT: Incomplete
6
7
+def commonprefix(m: Iterable[str]) -> str: ...
8
def make_charset(letters): ...
9
def regex_opt_inner(strings, open_paren): ...
10
def regex_opt(strings, prefix: str = "", suffix: str = ""): ...
0 commit comments