Closed GerardoGomez closed 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:
"colors.orange"
https://github.com/Mofiqul/dracula.nvim/blob/main/lua/dracula/init.lua#L221-L227
Thankyou in advance
@GerardoGomez - Putting them inside double quote is my mistake, they are variable. As you already fixed it, can you please make a PR.
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