Don't recompile parsers when only the highlight queries changed

pull/486/head
Wilfred Hughes 2023-02-10 08:36:15 +07:00
parent 5db907f393
commit 77006dca65
1 changed files with 0 additions and 1 deletions

@ -333,7 +333,6 @@ fn main() {
];
// Only rerun if relevant files in the vendored_parsers/ directory change.
println!("cargo:rerun-if-changed=vendored_parsers/highlights");
for parser in &parsers {
println!("cargo:rerun-if-changed={}", parser.src_dir);
}