Skip to content

Commit

Permalink
Update helix-term/src/application.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kirawi <[email protected]>
  • Loading branch information
kyfanc and kirawi committed Jan 25, 2024
1 parent 90a3400 commit 8f051e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-term/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ impl Application {

self.syn_loader
.store(Arc::new(syntax::Loader::new(syntax_config)));
self.editor.syn_loader = self.syn_loader.clone();
for document in self.editor.documents.values_mut() {
document.detect_language(self.syn_loader.clone());
let diagnostics = Editor::doc_diagnostics(
Expand Down

0 comments on commit 8f051e6

Please sign in to comment.