This commit is contained in:
Blaž Hrastnik 2020-11-05 15:15:19 +09:00
parent 3f707c19f4
commit a7869c728c
6 changed files with 114 additions and 39 deletions

View file

@ -62,6 +62,10 @@ impl LanguageConfiguration {
})
.map(Option::as_ref)
}
pub fn scope(&self) -> &str {
&self.scope
}
}
use once_cell::sync::Lazy;