aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src')
-rw-r--r--helix-term/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs
index eb186d78..83af7588 100644
--- a/helix-term/src/main.rs
+++ b/helix-term/src/main.rs
@@ -108,7 +108,7 @@ FLAGS:
}
if args.build_grammars {
- helix_loader::grammar::build_grammars()?;
+ helix_loader::grammar::build_grammars(None)?;
return Ok(0);
}