mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(queries): fix rebase errors on main
This commit is contained in:
parent
0140c29b31
commit
024e6c5e46
3 changed files with 15 additions and 12 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue