nvim-treesitter/runtime/queries/vhdl/injections.scm
2025-05-12 18:43:40 +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"))