helix/runtime/queries/erlang
Michael Davis 19acbfe02d 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.
2022-07-01 11:04:23 +02:00
..
highlights.scm erlang: highlight records with macro names 2022-07-01 11:04:23 +02:00
injections.scm add tree-sitter-edoc (#2640) 2022-06-03 07:41:17 +08:00
textobjects.scm add test textobjects queries for erlang,gleam,go,python,rust 2022-06-21 11:32:03 -05:00