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
When you modify the existing "onedark" theme to highlight variables as red, it incorrectly highlighted std functions as variables as well.
In the default "onedark" theme the code looks like this:
Which is not actually true to what it should look like, as in atom variables are red. When you change the variables attribute in the theme file it looks like this:
The variables are now correctly highlighted red, but std::getline() and std::tolower() are now erroneously colored. They should be highlighted blue but they are not detected as functions.
Reproduction Steps
No response
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm2
Helix Version
Helix 22.08.1
The text was updated successfully, but these errors were encountered:
Summary
When you modify the existing "onedark" theme to highlight variables as red, it incorrectly highlighted std functions as variables as well.
In the default "onedark" theme the code looks like this:
Which is not actually true to what it should look like, as in atom variables are red. When you change the variables attribute in the theme file it looks like this:
The variables are now correctly highlighted red, but std::getline() and std::tolower() are now erroneously colored. They should be highlighted blue but they are not detected as functions.
Reproduction Steps
No response
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm2
Helix Version
Helix 22.08.1
The text was updated successfully, but these errors were encountered: