nvim-treesitter/runtime/queries/kos/injections.scm

7 lines
211 B
Scheme
Raw Normal View History

(((comment) @_jsdoc_comment
(#lua-match? @_jsdoc_comment "^/[*][*][^*].*[*]/$")) @injection.content
(#set! injection.language "jsdoc"))
((comment) @injection.content
(#set! injection.language "comment"))