nvim-treesitter/queries/pascal/injections.scm
2024-01-19 16:58:37 +01:00

6 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"))