Skip to content

Commit ec345e7

Browse files
committed
fix(#243): This should happen in the actual spell-checking linter
1 parent d4b85d4 commit ec345e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

harper-core/src/linting/matcher.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ impl Matcher {
268268
"wee", "kend" => "weekend",
269269
"with", "in" => "within",
270270
"with", "out" => "without",
271-
"TreeSitter" => "Tree-sitter",
272-
"Treesitter" => "Tree-sitter",
273271
"Tree", "sitter" => "Tree-sitter",
274272
"all", "of", "the" => "all the",
275273
"an", "other" => "another",

0 commit comments

Comments
 (0)