sublimelsp / LSP-pyright

Python support for Sublime's LSP plugin provided through microsoft/pyright.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pyright.sublime-syntax` should be able to highlight Python codes

jfcherng opened this issue · comments

Since we remap python highlighting in the popup to pyright.sublime-syntax, it should be able to highlight Python codes as well. For those pyright one-line popup, it always starts with (variable), (function), (class) etc...

image

extension_counts: dict[str, int] = {}
"""
E.g.,
```python
{
    "": 55,       # without extensions
    ".docx": 10,  # MS Word
}
```
"""

cc @deathaxe