nvim-treesitter/queries/go/injections.scm

7 lines
179 B
Scheme
Raw Normal View History

2022-04-10 22:56:35 +03:00
((comment) @c (#offset! @c 1 0 0 -2)
(import_declaration
(import_spec path: (interpreted_string_literal) @_import_path))
(#eq? @_import_path "\"C\""))
(comment) @comment