aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/erlang/injections.scm
Commit message (Collapse)AuthorAge
* Improve Edoc highlighting within ErlangMichael Davis2022-11-24
| | | | | | This highlights edoc within Erlang comments. The trick was to have the Erlang grammar consume newlines and then give them to EDoc in the injection to use so that line-wise elements could be parsed accurately.
* add tree-sitter-edoc (#2640)Michael Davis2022-06-02
| | | | | | | * add tree-sitter-edoc * fix escape character capture in markdown queries * add field negation operator "!" to tsq highlights
* add tree-sitter-erlang (#1657)Michael Davis2022-02-15