More work on the UI.

This commit is contained in:
Blaž Hrastnik 2020-09-19 11:55:15 +09:00
parent eb477ec442
commit 3859f6963d
6 changed files with 149 additions and 61 deletions

View file

@ -173,7 +173,7 @@ impl LanguageLayer {
self.tree.as_ref().unwrap()
}
fn parse<'a>(
fn parse(
&mut self,
parser: &mut Parser,
config: &HighlightConfiguration,