|
|
|
@ -35,9 +35,13 @@ pub const NODE_TYPES: &'static str = include_str!("../../src/node-types.json");
|
|
|
|
|
|
|
|
|
|
|
|
// Uncomment these to include any queries that this grammar contains
|
|
|
|
// Uncomment these to include any queries that this grammar contains
|
|
|
|
|
|
|
|
|
|
|
|
// pub const HIGHLIGHTS_QUERY: &'static str = include_str!("../../queries/highlights.scm");
|
|
|
|
pub const HIGHLIGHTS_QUERY: &'static str = concat!(
|
|
|
|
|
|
|
|
include_str!("../../queries/highlights.scm"),
|
|
|
|
|
|
|
|
include_str!("../../queries/highlights-typescript.scm"),
|
|
|
|
|
|
|
|
include_str!("../../queries/highlights-javascript.scm"),
|
|
|
|
|
|
|
|
);
|
|
|
|
// pub const INJECTIONS_QUERY: &'static str = include_str!("../../queries/injections.scm");
|
|
|
|
// pub const INJECTIONS_QUERY: &'static str = include_str!("../../queries/injections.scm");
|
|
|
|
// pub const LOCALS_QUERY: &'static str = include_str!("../../queries/locals.scm");
|
|
|
|
pub const LOCALS_QUERY: &'static str = include_str!("../../queries/locals.scm");
|
|
|
|
// pub const TAGS_QUERY: &'static str = include_str!("../../queries/tags.scm");
|
|
|
|
// pub const TAGS_QUERY: &'static str = include_str!("../../queries/tags.scm");
|
|
|
|
|
|
|
|
|
|
|
|
#[cfg(test)]
|
|
|
|
#[cfg(test)]
|
|
|
|
|