Skip to main content

IMPORT_QUERY

Constant IMPORT_QUERY 

Source
pub const IMPORT_QUERY: &str = r"
(preproc_include
  path: (string_literal) @import_path)
(preproc_include
  path: (system_lib_string) @import_path)
";
Expand description

Tree-sitter query for extracting C/C++ preprocessor directives (#include).