diff options
| -rw-r--r-- | queries/typst/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/typst/highlights.scm b/queries/typst/highlights.scm index e23588421..a0dcc1b89 100644 --- a/queries/typst/highlights.scm +++ b/queries/typst/highlights.scm @@ -114,6 +114,9 @@ (raw_blck) @markup.raw (raw_blck + lang: (ident) @label) + +(raw_blck (blob) @markup.raw.block) ; refs and labels |
