diff --git a/bindings/rust/lib.rs b/bindings/rust/lib.rs index c89ce946e..b37d036bf 100644 --- a/bindings/rust/lib.rs +++ b/bindings/rust/lib.rs @@ -41,7 +41,7 @@ pub fn language() -> Language { pub const NODE_TYPES: &str = include_str!("../../src/node-types.json"); /// The syntax highlighting query for this language. -pub const HIGHLIGHT_QUERY: &str = include_str!("../../queries/highlights.scm"); +pub const HIGHLIGHTS_QUERY: &str = include_str!("../../queries/highlights.scm"); /// The symbol tagging query for this language. pub const TAGS_QUERY: &str = include_str!("../../queries/tags.scm");