diff options
author | Blaž Hrastnik | 2020-09-19 02:55:15 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-19 02:58:08 +0000 |
commit | 3859f6963dfad2d2d09c979a8e6bb283bc5e2cb3 (patch) | |
tree | e5203866fa9974ad22f6f191eb272ecda28c202f /helix-core/src/syntax.rs | |
parent | eb477ec44276572497c121cb0d91eb56ac58cf26 (diff) |
More work on the UI.
Diffstat (limited to 'helix-core/src/syntax.rs')
-rw-r--r-- | helix-core/src/syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index c0b67f5d..1eb15633 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -173,7 +173,7 @@ impl LanguageLayer { self.tree.as_ref().unwrap() } - fn parse<'a>( + fn parse( &mut self, parser: &mut Parser, config: &HighlightConfiguration, |