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/runtime/queries/erlang
Michael Davis fdcd461e65 Update tree-sitter-erlang and highlights
A few changes:

* 0-arity type specs like the following previously would not have the
  expected 'variable.parameter' highlighting for the return type:

    -spec foo() -> Value when Value :: term().

* Highlight module, type and function docs as documentation comments
  and inject markdown into them.

* Replace `#match?` predicates with `#any-of?` where possible.

* Remove custom auto-pairs. Now that Erlang uses markdown for
  documentation, the asciidoc-style backtick-singlequote pair is no
  longer useful.
3 months ago
..
highlights.scm Update tree-sitter-erlang and highlights 3 months ago
injections.scm Update tree-sitter-erlang and highlights 3 months ago
locals.scm Update tree-sitter-erlang and highlights 3 months ago
textobjects.scm add test textobjects queries for erlang,gleam,go,python,rust 2 years ago