CHUNK_QUERY = '\n [\n (
call target: ((identifier) @_identifier\n (#any-of? @_identifier "defmodule" "defprotocol" "defimpl"))) @module\n (call target: ((identifier) @_identifier\n (#any-of? @_identifier "def" "defmacro" "defmacrop" "defp"))) @function\n (unary_operator operator: "@" operand: (call target: ((identifier) @_identifier\n (#any-of? @_identifier "moduledoc" "typedoc""doc")))) @comment\n ]\n'.strip(
)