gmr458 / vscode_modern_theme.nvim

VSCode Modern theme port for Neovim, Dark & Light versions
39 stars 4 forks source link

Fix for Python 'def' keyword and arguments. #5

Closed pbower closed 7 months ago

pbower commented 7 months ago

Hi,

I'm wondering if you'd be happy to review the setup for Python for correctness, to help ensure the syntax presents correctly for VS Code ?

Currently:

Thanks heaps!

Pete

gmr458 commented 7 months ago

Hi, I was doing some tests and my conclusion is that maybe you are not using treesitter or you have it disabled.

This is Python code with treesitter highlighting: 20240321_13h17m50s_grim

This is Python code without treesitter highlighting: 20240321_13h21m37s_grim

pbower commented 7 months ago

That's brilliant thanks. Sorry to waste your time.