forked from norcalli/nvim-base16.lua
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treesitter's capture not highlighted #331
Comments
The theme, for reference
|
seems like there's no repeat in our treesitter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm writing my custom theme: some tags work effectively, others won't. I'm editing a python file.
my code is pretty simple:
M.polish_hl = { ["@repeat"] = { fg = M.base_16.base0E }, }
This should make the "for" purple, but it doesn't. It says it's "cleared"
I know for sure it's not a Treesitter problem, since
:lua vim.api.nvim_set_hl(0, "@repeat", { fg = "#000000", italic = true, bold = true,})
works perfectly.The text was updated successfully, but these errors were encountered: