Add query-check xtask

This commit is contained in:
Michael Davis 2022-08-25 17:24:09 -05:00 committed by Blaž Hrastnik
parent fa1dc7e508
commit 4e4c6da3bf
5 changed files with 60 additions and 1 deletions

View file

@ -334,7 +334,7 @@ impl TextObjectQuery {
}
}
fn read_query(language: &str, filename: &str) -> String {
pub fn read_query(language: &str, filename: &str) -> String {
static INHERITS_REGEX: Lazy<Regex> =
Lazy::new(|| Regex::new(r";+\s*inherits\s*:?\s*([a-z_,()-]+)\s*").unwrap());