feat: add curly interpolation support for astro

This commit is contained in:
virchau13 2022-04-08 12:03:21 +08:00 committed by Kiyan
parent 9c1fb1626a
commit e3adb39586
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,5 @@
; inherits: html
[ "---" ] @punctuation.delimiter
[ "{" "}" ] @punctuation.special

View file

@ -1,4 +1,7 @@
; inherits: html
((frontmatter
(raw_text) @typescript))
(raw_text) @typescript))
((interpolation
(raw_text) @tsx))