mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
* fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern
7 lines
235 B
Scheme
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"))
|