Skip to content

Commit

Permalink
Merge branch 'gen0083-fix_dede_rule'
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 10, 2019
2 parents a454dcf + 35b89ac commit 41d1368
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion languages/ja/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ rules:
- expected: なるほど
pattern: なほるど
- expected:
pattern: /でで(?!きる)/
pattern: /(?<!ま)でで(?!(きる|きます|す))/
specs:
- from: でで
to:
- from: そこでで、
to: そこで、
- from: Aでできる
to: Aでできる
- from: Aまでです
to: Aまでです
- expected:
pattern: をを

0 comments on commit 41d1368

Please sign in to comment.