mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
8 lines
204 B
Scheme
8 lines
204 B
Scheme
; Automatic language(slightly inaccurate).
|
|
; filename.lua | 10 col 5 | local value = 10;
|
|
(quickfix_item
|
|
(filename) @injection.filename
|
|
(range)
|
|
(code_block
|
|
.
|
|
(content) @injection.content .))
|