Add unit test for auto-closing quotation marks with overrides
This commit is contained in:
parent
ab82e13167
commit
a11165ad0a
2 changed files with 99 additions and 1 deletions
|
@ -258,7 +258,7 @@ pub struct LanguageQueries {
|
|||
pub overrides: Option<Cow<'static, str>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct LanguageScope {
|
||||
language: Arc<Language>,
|
||||
override_id: Option<u32>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue