|
|
|
@ -41,7 +41,7 @@ pub fn language() -> Language {
|
|
|
|
pub const NODE_TYPES: &str = include_str!("../../src/node-types.json");
|
|
|
|
pub const NODE_TYPES: &str = include_str!("../../src/node-types.json");
|
|
|
|
|
|
|
|
|
|
|
|
/// The syntax highlighting query for this language.
|
|
|
|
/// 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.
|
|
|
|
/// The symbol tagging query for this language.
|
|
|
|
pub const TAGS_QUERY: &str = include_str!("../../queries/tags.scm");
|
|
|
|
pub const TAGS_QUERY: &str = include_str!("../../queries/tags.scm");
|
|
|
|
|