pub const IMPORT_QUERY: &str = r" (preproc_include path: (string_literal) @import_path) (preproc_include path: (system_lib_string) @import_path) ";
Tree-sitter query for extracting C/C++ preprocessor directives (#include).