aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/haskell/injections.scm
Commit message (Collapse)AuthorAge
* Add language support for persistent library syntax (#7261)Borys Lykah2023-07-09
|
* tree-sitter(haskell): use quasiquoters as an injection point (#6474)Clément Delafargue2023-04-12
| | | | | Similar to tagged templates in JS, quasiquoters allow to embed external languages in haskell, so it makes sense to treat them as an injection point.
* tree sitter comments injections (#1527)Mathis Brossier2022-01-20
* tree sitter comments injections * trailing newlines & julia fix * Update runtime/queries/julia/injections.scm Co-authored-by: Michael Davis <michael.davis@nfiindustries.com> Co-authored-by: Michael Davis <michael.davis@nfiindustries.com>