fix: rename highlights query constant

pull/708/head
Amaan Qureshi 2024-04-08 18:09:12 +07:00
parent 5c0024cfbb
commit eb68645662
No known key found for this signature in database
GPG Key ID: E67890ADC4227273
1 changed files with 1 additions and 1 deletions

@ -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");