Closed jwortmann closed 3 years ago
Yes, I think just a lookahead is not sufficient to detect all possible ways where an identifier is an object. Maybe it's possible with branch
and fail
in ST4, as described in https://www.sublimetext.com/docs/syntax.html, but that wouldn't be backwards compatible anyways.
But I think the regex pattern used now should at least give correct highlighting in most of the cases.
Fix #35.
I guess the issues don't get auto-closed after merge because the PRs target the development branch, and not the default branch of the repository.