diff options
author | Alexander Brevig | 2023-10-26 23:27:42 +0000 |
---|---|---|
committer | GitHub | 2023-10-26 23:27:42 +0000 |
commit | 290666011971c79e36b5172eea66b315dc52e2c9 (patch) | |
tree | 328e9b8562a8dd916214545a9b89ba1f55cb8670 /runtime/queries/typst/injections.scm | |
parent | ef1f4f31b6e0d8338a9f5b8932de9b07ac7bb0a0 (diff) |
Add typst language and lsp (#7474)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime/queries/typst/injections.scm')
-rw-r--r-- | runtime/queries/typst/injections.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/typst/injections.scm b/runtime/queries/typst/injections.scm new file mode 100644 index 00000000..8039b4ca --- /dev/null +++ b/runtime/queries/typst/injections.scm @@ -0,0 +1,6 @@ +(raw_blck + (blob) @injection.shebang @injection.content) + +(raw_blck + lang: (ident) @injection.language + (blob) @injection.content)
\ No newline at end of file |