Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
erlang: highlight records with macro names
You might use a macro like `?MODULE` to name a record: -record(?MODULE, {a, b, c}). With this fix, the record fields correctly get `variable.other.member` highlights.
- Loading branch information