aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/html
Commit message (Collapse)AuthorAge
* Fix broken html doctype highlighting (#4829)Chickenkeeper2022-11-20
|
* html: highlight punctuationMichael Davis2022-07-01
| | | | | * `/>` as in self-closing tags like `<hr/>` * `=` as in the separator between attribute name and value `<a href="bar">`
* 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>
* Add tree-sitter queries.Blaž Hrastnik2021-04-09