mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Revert "fix(config): Don't correct thead in css as well"
This reverts commit 599f3d4544
.
This commit is contained in:
parent
449a20112f
commit
486002cedd
1 changed files with 0 additions and 14 deletions
|
@ -179,20 +179,6 @@ impl TypeEngineConfig {
|
|||
..Default::default()
|
||||
},
|
||||
});
|
||||
patterns
|
||||
.entry("css".into())
|
||||
.or_insert_with(|| GlobEngineConfig {
|
||||
extend_glob: Vec::new(),
|
||||
engine: EngineConfig {
|
||||
dict: Some(DictConfig {
|
||||
extend_identifiers: maplit::hashmap! {
|
||||
"thead".into() => "thead".into(),
|
||||
},
|
||||
..Default::default()
|
||||
}),
|
||||
..Default::default()
|
||||
},
|
||||
});
|
||||
patterns
|
||||
.entry("html".into())
|
||||
.or_insert_with(|| GlobEngineConfig {
|
||||
|
|
Loading…
Reference in a new issue