massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / sphinxext.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/sphinxext.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/sphinxext.pyi
new file mode 100644 (file)
index 0000000..ef79a1e
--- /dev/null
@@ -0,0 +1,22 @@
+from typing import Any
+
+from docutils.parsers.rst import Directive
+
+MODULEDOC: str
+LEXERDOC: str
+FMTERDOC: str
+FILTERDOC: str
+
+class PygmentsDoc(Directive):
+    has_content: bool
+    required_arguments: int
+    optional_arguments: int
+    final_argument_whitespace: bool
+    option_spec: Any
+    filenames: Any
+    def run(self): ...
+    def document_lexers(self): ...
+    def document_formatters(self): ...
+    def document_filters(self): ...
+
+def setup(app) -> None: ...