aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/svelte/highlights.scm
Commit message (Collapse)AuthorAge
* Add link and quote queries for markdownGokul Soumya2021-12-19
| | | | | | | | | - Rename markup.underline.link to markup.link.url - Add markup.link.label - Add markup.quote (The constructor theme scope was missing from the docs, so unrelated to this commit).
* Add markdown grammarBlaž Hrastnik2021-12-14
| | | | Fixes #215
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* languages: add svelte support (#733)Raphael Megzari2021-09-17
* languages: add svelte support * languages: add svelte injections