//! THIS FILE IS GENERATED FROM xtask/templates/lib.stpl.rs; DO NOT EDIT MANUALLY
use LanguageFn;
unsafe extern "C"
/// Returns the idris tree-sitter [`LanguageFn`].
pub const
/// The highlights query for idris.
pub const HIGHLIGHTS_QUERY: &str = include_str!;
/// The injections query for idris (empty - no injections available).
pub const INJECTIONS_QUERY: &str = "";
/// The locals query for idris (empty - no locals available).
pub const LOCALS_QUERY: &str = "";