pull/12519/merge
Idobenhamo 2025-07-24 16:43:03 -04:00 committed by GitHub
commit 3129bbbd49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -3523,7 +3523,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "typst"
source = { git = "https://github.com/uben0/tree-sitter-typst", rev = "13863ddcbaa7b68ee6221cea2e3143415e64aea4" }
source = { git = "https://github.com/uben0/tree-sitter-typst", rev = "26dfb4b94a99cc9d6044342b7ad0ba761da77d60" }
[[language]]
name = "nunjucks"

View File

@ -2,9 +2,6 @@
(blob) @injection.shebang @injection.content)
(raw_blck
lang: (ident) @injection.language
(blob) @injection.content)
((comment)
@injection.content
(#set! injection.language "comment"))
lang: (ident) @_lang
(blob) @injection.content
(#set-lang-from-info-string! @_lang))