fix(queries): fix rebase errors on main

This commit is contained in:
Christian Clason
2025-05-28 09:41:11 +02:00
committed by Christian Clason
parent 0140c29b31
commit 024e6c5e46
3 changed files with 15 additions and 12 deletions

View File

@@ -1,14 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))
((comment) @injection.content
(#lua-match? @injection.content "^///[^/]")
(#set! injection.language "doxygen"))
((comment) @injection.content
(#lua-match? @injection.content "^///$")
(#set! injection.language "doxygen"))
((comment) @injection.content
(#lua-match? @injection.content "^/[*][*][^*].*[*]/$")
(#set! injection.language "doxygen"))

View File

@@ -1,2 +1,5 @@
((comment) @injection.content
(#set! injection.language "comment"))
((block_comment) @injection.content
(#set! injection.language "comment"))

View File

@@ -1,2 +1,14 @@
((comment) @injection.content
(#set! injection.language "comment"))
((comment) @injection.content
(#lua-match? @injection.content "^///[^/]")
(#set! injection.language "doxygen"))
((comment) @injection.content
(#lua-match? @injection.content "^///$")
(#set! injection.language "doxygen"))
((comment) @injection.content
(#lua-match? @injection.content "^/[*][*][^*].*[*]/$")
(#set! injection.language "doxygen"))