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
yes, since it is called 'operators',
for example , you can use this '_,\|+\|-\|*\|\/\|===\|!==_' for ,, +, -, *, /, === and !===
you can read the vim help about :syn-pattern for more details
The default 'operators' config value is
_,_
. How can I highlight more than ',', e.g. ===, !==, ., ... ?The text was updated successfully, but these errors were encountered: