nvim-treesitter/runtime/queries/vhdl/injections.scm
2025-03-05 10:00:38 +01: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"))