massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / formatters / bbcode.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi
new file mode 100644 (file)
index 0000000..332c6c1
--- /dev/null
@@ -0,0 +1,11 @@
+from typing import Any
+
+from pygments.formatter import Formatter
+
+class BBCodeFormatter(Formatter):
+    name: str
+    aliases: Any
+    filenames: Any
+    styles: Any
+    def __init__(self, **options) -> None: ...
+    def format_unencoded(self, tokensource, outfile) -> None: ...