nvim-treesitter/queries/pascal/injections.scm
Phạm Huy Hoàng d198a75e2c
Fixup format (#5934)
* fix(format): newline between top-level field defs

* fixup: newline between node and comment

* fixup: optimize pattern
2024-01-20 18:47:56 +09:00

7 lines
235 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"))