mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
wip
This commit is contained in:
parent
3f707c19f4
commit
a7869c728c
6 changed files with 114 additions and 39 deletions
|
@ -62,6 +62,10 @@ impl LanguageConfiguration {
|
|||
})
|
||||
.map(Option::as_ref)
|
||||
}
|
||||
|
||||
pub fn scope(&self) -> &str {
|
||||
&self.scope
|
||||
}
|
||||
}
|
||||
|
||||
use once_cell::sync::Lazy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue