marko-cerovac / material.nvim

:trident: Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
GNU General Public License v2.0
978 stars 127 forks source link

Broken syntax support for python file. #201

Closed kobzar closed 6 months ago

kobzar commented 6 months ago

Hi. Some time ago the python syntax was broken. I mean that most ow the keywords isn't highlighted like imports, self, vars - e.t.c.

I am use LazyVim and +/- standard configuration of few plugins. So, now my code look like this

image

But, in the same time, another color themes look more usable. For example onne of the most known - tokynoight

image

(the same +/- in cattpuccin theme) My configuration for Material theme is default. I try choose material, material-ocean, change setting but with no luck.

Thanks for the best color theme in world!

marko-cerovac commented 6 months ago

An update removed those highlights. Since I don't write any python, I didn't notice the change. It should be fixed now, let me know if there's any more issues.

kobzar commented 6 months ago

Very nice. Thank you.