mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(typst): add raw block injections
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
7eeb26e69c
commit
6bd108a6f1
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
(raw_blck
|
||||
(ident) @injection.language
|
||||
(blob) @injection.content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue