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
I had previously disabled highlighting of builtins in function arguments, but that in turn disabled the highlighting when used after an = sign. While sublime doesn t highlight built in functions in:
I had previously disabled highlighting of builtins in function arguments, but that in turn disabled the highlighting when used after an = sign. While sublime doesn t highlight built in functions in:
def foo(next)It does when:
def foo(bar=next)