nvim-treesitter/runtime/queries/vhdl/injections.scm
2025-04-06 13:16:45 +02:00

7 lines
188 B
Scheme

(line_comment
(comment_content) @injection.content
(#set! injection.language "comment"))
(block_comment
(comment_content) @injection.content
(#set! injection.language "comment"))