diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/astro/folds.scm | 1 | ||||
| -rw-r--r-- | queries/astro/highlights.scm | 3 | ||||
| -rw-r--r-- | queries/astro/indents.scm | 1 | ||||
| -rw-r--r-- | queries/astro/injections.scm | 4 | ||||
| -rw-r--r-- | queries/astro/locals.scm | 1 |
5 files changed, 10 insertions, 0 deletions
diff --git a/queries/astro/folds.scm b/queries/astro/folds.scm new file mode 100644 index 00000000..1f2129cf --- /dev/null +++ b/queries/astro/folds.scm @@ -0,0 +1 @@ +; inherits: html diff --git a/queries/astro/highlights.scm b/queries/astro/highlights.scm new file mode 100644 index 00000000..95c2d544 --- /dev/null +++ b/queries/astro/highlights.scm @@ -0,0 +1,3 @@ +; inherits: html + +[ "---" ] @punctuation.delimiter diff --git a/queries/astro/indents.scm b/queries/astro/indents.scm new file mode 100644 index 00000000..1f2129cf --- /dev/null +++ b/queries/astro/indents.scm @@ -0,0 +1 @@ +; inherits: html diff --git a/queries/astro/injections.scm b/queries/astro/injections.scm new file mode 100644 index 00000000..981dece3 --- /dev/null +++ b/queries/astro/injections.scm @@ -0,0 +1,4 @@ +; inherits: html + +((frontmatter + (raw_text) @typescript)) diff --git a/queries/astro/locals.scm b/queries/astro/locals.scm new file mode 100644 index 00000000..1f2129cf --- /dev/null +++ b/queries/astro/locals.scm @@ -0,0 +1 @@ +; inherits: html |
