Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
630 stars 104 forks source link

Some groups related with treesitter don't work properly #16

Closed GerardoGomez closed 2 years ago

GerardoGomez commented 2 years ago

After install the markdown language suppor for Treesitter, the markdown files weren't higlighted.

I had had to remove this double quotes surrounding "colors.orange" found in these lines:

https://github.com/Mofiqul/dracula.nvim/blob/main/lua/dracula/init.lua#L221-L227

Thankyou in advance

Mofiqul commented 2 years ago

@GerardoGomez - Putting them inside double quote is my mistake, they are variable. As you already fixed it, can you please make a PR.