massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / plugin.pyi
1 LEXER_ENTRY_POINT: str
2 FORMATTER_ENTRY_POINT: str
3 STYLE_ENTRY_POINT: str
4 FILTER_ENTRY_POINT: str
5
6 def iter_entry_points(group_name): ...
7 def find_plugin_lexers() -> None: ...
8 def find_plugin_formatters() -> None: ...
9 def find_plugin_styles() -> None: ...
10 def find_plugin_filters() -> None: ...