nvim-treesitter/runtime/queries/pascal/injections.scm
2023-09-09 16:16:51 +02:00

7 lines
234 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
; There is no parser for assembly language yet. Add an injection here when we
; have a parser.
; ((asmBody) @injection.content
; (#set! injection.language "asm"))