You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess was that previously treesitter returned this as the token to highlight:
-- gruvbox.lua
elixirModuleDeclaration = { link = "GruvboxYellow" },
Screenshots
Here's a screenshot without the overrides:
And a screenshot with the override:
Edit: I've overridden the background colour to pure black, hence why it might not look like gruvbox at start, I think it looks dope with this background colour
Edit2: This is the result of :Inspect (without the override)
Treesitter
- @module.elixir links to GruvboxFg1 elixir
The text was updated successfully, but these errors were encountered:
Describe the bug
The elixir modules are being highlighted as white.
This is caused by this:
["@module"] = { link = "GruvboxFg1" },
which was added here.Expected behaviour
They should be yellow as they've previously been, since it's a functional language.
For now I've added this as an override:
My guess was that previously treesitter returned this as the token to highlight:
Screenshots
Here's a screenshot without the overrides:
![Screenshot 2024-03-18 at 17 47 03](https://private-user-images.githubusercontent.com/6959211/313745774-d39d72c3-f940-4baa-8ad4-cb2613519fa3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODA2OTQsIm5iZiI6MTczOTQ4MDM5NCwicGF0aCI6Ii82OTU5MjExLzMxMzc0NTc3NC1kMzlkNzJjMy1mOTQwLTRiYWEtOGFkNC1jYjI2MTM1MTlmYTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjA1OTU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDBmMWMxOGQxZWE2MWJjMDAwZDhhYmI0YmMzZTZiMTMzMmFiM2VkOWQzNjdhMDE3MmZhMjdjZTVlNTkxZWViMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AwP1BJeawl-3J3JGor3lYYwhZDKZ7NhmHXfz6cCF230)
And a screenshot with the override:
Edit: I've overridden the background colour to pure black, hence why it might not look like gruvbox at start, I think it looks dope with this background colour
Edit2: This is the result of :Inspect (without the override)
The text was updated successfully, but these errors were encountered: