1 parent b79f5b7 commit f1705eaCopy full SHA for f1705ea
2 files changed
languages.toml
@@ -1282,7 +1282,7 @@ injection-regex = "comment"
1282
1283
[[grammar]]
1284
name = "comment"
1285
-source = { git = "https://github.com/stsewd/tree-sitter-comment", rev = "a37ca370310ac6f89b6e0ebf2b86b2219780494e" }
+source = { git = "https://github.com/stsewd/tree-sitter-comment", rev = "aefcc2813392eb6ffe509aa0fc8b4e9b57413ee1" }
1286
1287
[[language]]
1288
name = "wgsl"
runtime/queries/comment/highlights.scm
@@ -44,3 +44,5 @@
44
; User mention (@user)
45
("text" @tag
46
(#match? @tag "^[@][a-zA-Z0-9_-]+$"))
47
+
48
+(uri) @markup.link.url
0 commit comments