helix-mods/runtime/queries/erlang
Michael Davis ac669ade05 erlang: Fix highlighting of empty records
For example

    -record(state, {})

Would not highlight `state` as a type since the alternation didn't
allow for an empty tuple. Allowing the inner atom of the tuple to be
optional fixes this case.
2022-08-31 17:46:34 +09:00
..
highlights.scm erlang: Fix highlighting of empty records 2022-08-31 17:46:34 +09: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