You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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.
2 years ago
..
highlights.scm erlang: Fix highlighting of empty records 2 years ago
injections.scm add tree-sitter-edoc (#2640) 2 years ago
textobjects.scm add test textobjects queries for erlang,gleam,go,python,rust 2 years ago