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.
This commit is contained in:
Michael Davis 2022-06-29 08:55:00 -05:00 committed by Blaž Hrastnik
parent bf1aa8876c
commit 19acbfe02d

View file

@ -16,7 +16,7 @@
name: (atom) @keyword
(arguments
.
(atom) @type
[(atom) @type (macro)]
[
(tuple (atom) @variable.other.member)
(tuple