mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(queries): fix rebase errors on main
This commit is contained in:
committed by
Christian Clason
parent
0140c29b31
commit
024e6c5e46
@@ -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"))
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((block_comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user