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
nvim 0.9 adds support for semantic highlighting, and (if I understand correctly) the default behavior of some semantic tags break this colorscheme. For example, I have an unused variable here:
but it shouldn't have the same look as comments, yet the semantic extmark makes it have the same look as comments:
so now it looks like I have comments within my code :(.
The text was updated successfully, but these errors were encountered:
nvim 0.9 adds support for semantic highlighting, and (if I understand correctly) the default behavior of some semantic tags break this colorscheme. For example, I have an unused variable here:
but it shouldn't have the same look as comments, yet the semantic extmark makes it have the same look as comments:
so now it looks like I have comments within my code :(.
The text was updated successfully, but these errors were encountered: