helix-mirror/runtime
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.
2024-03-22 00:20:29 +09:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries Update tree-sitter-erlang and highlights 2024-03-22 00:20:29 +09:00
themes Update rasmus.toml (#9939) 2024-03-21 12:35:34 +09:00
tutor Create a tutor entry for using splits (#9417) 2024-03-21 14:37:08 +01:00