massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / formatters / svg.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi
new file mode 100644 (file)
index 0000000..8dd0402
--- /dev/null
@@ -0,0 +1,21 @@
+from typing import Any
+
+from pygments.formatter import Formatter
+
+class SvgFormatter(Formatter):
+    name: str
+    aliases: Any
+    filenames: Any
+    nowrap: Any
+    fontfamily: Any
+    fontsize: Any
+    xoffset: Any
+    yoffset: Any
+    ystep: Any
+    spacehack: Any
+    linenos: Any
+    linenostart: Any
+    linenostep: Any
+    linenowidth: Any
+    def __init__(self, **options) -> None: ...
+    def format_unencoded(self, tokensource, outfile) -> None: ...