mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
The new parser is faster, does not lag while editing, correctly parses the entire Zig code base, and is much easier to write queries for.
10 lines
352 B
Scheme
10 lines
352 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; TODO: add when asm is added
|
|
; (asm_output_item (string) @injection.content
|
|
; (#set! injection.language "asm"))
|
|
; (asm_input_item (string) @injection.content
|
|
; (#set! injection.language "asm"))
|
|
; (asm_clobbers (string) @injection.content
|
|
; (#set! injection.language "asm"))
|