aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/erlang
Commit message (Collapse)AuthorAge
* add test textobjects queries for erlang,gleam,go,python,rustMichael Davis2022-06-21
|
* add textobject queries for erlangMichael Davis2022-06-07
|
* 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
* update Erlang grammar and queriesMichael Davis2022-05-25
| | | | | | | | | | | | | The update to the grammar itself covers the case where the document is a single expression without a trailing newline such as "min(A, B)". A small change to the parser now parses these expressions correctly which improves the display of the function head in the signature help popup. The update to the queries marks 'andalso', 'orelse', 'not', etc. as `@keyword.operator` which improves the look - it looks odd to see operators that are words highlighted the same as tokens like '->' or '=:='.
* Update tree-sitters Erlang and HEEx (#2149)Michael Davis2022-04-17
|
* update tree-sitter-erlangMichael Davis2022-03-30
| | | | | | | | | changes: - typed fields within records which do not declare a default value are now correctly highlighted as record fields - the EEP49 'maybe' form is now parsed - fixes for highlights for 'begin' and 'after' tokens
* add tree-sitter-erlang (#1657)Michael Davis2022-02-15