nvim-treesitter/queries/go/injections.scm
2022-04-11 10:52:34 +02:00

6 lines
179 B
Scheme

((comment) @c (#offset! @c 1 0 0 -2)
(import_declaration
(import_spec path: (interpreted_string_literal) @_import_path))
(#eq? @_import_path "\"C\""))
(comment) @comment