Python: Don't highlight sub-identifiers as keywords
For example, highlight `file` as a builtin when appearing by itself, but not in a construct like `obj.file`. Fixes #1542.
Showing
Please
register
or
sign in
to comment
For example, highlight `file` as a builtin when appearing by itself, but not in a construct like `obj.file`. Fixes #1542.