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
A function named tan() gets colorized. This isn't referring to a color, so I expect it to not get colorized. Maybe this can be fixed by checking for a trailing parenthesis.
Given the dumb nature of the color name algorithm, that's intended. Obviously i could add a check for a trailing parenthesis. But there are too many conditions that could happen, like what if [ or { or something, trailing or leading.
So i have no intention of adding a hacky fix like that.
You should disable names for that file type specifically.
A function named tan() gets colorized. This isn't referring to a color, so I expect it to not get colorized. Maybe this can be fixed by checking for a trailing parenthesis.
Screenshots
Neovim Version:
0.8.1
Colorizer Version:
760e27d
The text was updated successfully, but these errors were encountered: