Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 102 forks source link

scope c methods are yellow not green #84

Open martinlindelof opened 1 year ago

martinlindelof commented 1 year ago

I've been running dracula theme for nvim for a while and can't figure out why my methods calls are yellow and not green. For example in this screenshot printf in yellow and char/string in yellow makes it hard to read, distinct between a method name and char/strings.

Installed through lazy and loading theme and using dracula.setup({ .. what am I doing wrong?

image

martinlindelof commented 1 year ago

Tried a bunch of stuff, it works in JS as expected but not C. as soon as you do semicolon at end lines the green method name turns yellow.

Mofiqul commented 1 year ago

Its lsp symantic token i guess We need to add support for that. I will do that asap