We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 --hl(0, '@error', { fg = c.vscRed, bg = 'NONE' })
@error is invalid lua and i cant seem to find the right keyword for it. does anyone have an idea?
The text was updated successfully, but these errors were encountered:
I'm also interested :)
Sorry, something went wrong.
So after a bit of google I found this: https://stackoverflow.com/questions/25991232/lua-tables-assigning-values-to-key-in-tables
I was able to overwrite like this:
group_overrides = { ['@constant'] = { fg=c.vscBlue, bg = 'NONE' }, }
No branches or pull requests
@error is invalid lua and i cant seem to find the right keyword for it. does anyone have an idea?
The text was updated successfully, but these errors were encountered: