Luong Nguyen Thanh
Luong Nguyen Thanh
It works well, excepted that in the Outlines, you will see 2 language servers. I think if you can look at their code and cherry-pick the part that help to...
 Attached is the screenshot
But is there any plan to support display syntax highlighting of Python code for Quarto too?
> Currently, module keywords such as pandas, pd, etc. are not highlighted. See the example below > > **In Vscode**  > > **In Positron**  I think module keywords,...
I don't have the knowledge on this, but [this document](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide) might be helpful to know all of the token type. For prioritizing purpose, for me at least module keywords, class...
I tested and it works quite well. May be add also "variable.declaration", "property.declaration" and "function.builtin". Those are something I have set syntax highlighting when using Pylance. The problem is it...
I found this one, could be helpful: https://gitee.com/guanyusheng/semshi/blob/master/rplugin/python3/semshi/parser.py
> Unfortunately this isn't a priority at the moment, but I did spend a little time seeing what it would take to support semantic highlighting with Jedi on the [3731-investigate-jedi-lsp-semantic-tokens](https://github.com/posit-dev/positron/compare/3731-investigate-jedi-lsp-semantic-tokens?expand=1)...
@austin3dickey for semantic token provider, see some implementations in ty here: https://github.com/astral-sh/ty/issues/791
[Pyrefly](https://open-vsx.org/extension/meta/pyrefly) has the semantic highlight now. Tested and worked well in Positron