nvim-treesitter/runtime/queries/vhdl/injections.scm
2025-05-06 10:34:44 +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"))