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
Would a patch to optionally allow for highlighting all keywords (probably outside of types and literals) be accepted?
One of the problems with so many context dependent keywords is that they sometimes get highlighted with the group appropriate for one of their alternate uses. While that should obviously be fixed where possible it's less of a practical problem for users who are happy having less granular highlighting of keywords.
Some users, such as myself, also just prefer less granular highlighting of keywords in general.
Anyone can, of course, with a little bit of work configure this locally for themselves but I thought it might be worth adding a config variable that provides it as a feature.
The text was updated successfully, but these errors were encountered:
I don't have any problem with this, although I can't help but think that variables in vim runtime files have pretty poor discoverability - in practice it will probably only be you using it. And possibly me 😄
Would a patch to optionally allow for highlighting all keywords (probably outside of types and literals) be accepted?
One of the problems with so many context dependent keywords is that they sometimes get highlighted with the group appropriate for one of their alternate uses. While that should obviously be fixed where possible it's less of a practical problem for users who are happy having less granular highlighting of keywords.
Some users, such as myself, also just prefer less granular highlighting of keywords in general.
Anyone can, of course, with a little bit of work configure this locally for themselves but I thought it might be worth adding a config variable that provides it as a feature.
The text was updated successfully, but these errors were encountered: