💄
This commit is contained in:
parent
f50b51bdad
commit
bb721a08f5
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ impl ActiveBufferLanguage {
|
|||
}
|
||||
|
||||
fn update_language(&mut self, editor: ViewHandle<Editor>, cx: &mut ViewContext<Self>) {
|
||||
let editor = editor.read(cx);
|
||||
self.active_language.take();
|
||||
|
||||
let editor = editor.read(cx);
|
||||
if let Some((_, buffer, _)) = editor.active_excerpt(cx) {
|
||||
if let Some(language) = buffer.read(cx).language() {
|
||||
self.active_language = Some(language.name());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue