Skip to content

Commit

Permalink
calt: improve ignore rule for e.g. (xX) and (Xx)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 7, 2019
1 parent 456025b commit 8215408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/calt.fea
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ ignore sub @LC @CASE_DELIM_L @Whitespace @Whitespace @UC;
# short runs of uc-lc, e.g "(Xx)", "[Zzz]"
ignore sub @CASE_DELIM_L @UC @LC @CASE_DELIM_L;
ignore sub @CASE_DELIM_L @UC @All @LC @CASE_DELIM_L;
ignore sub @CASE_DELIM_L @LC @UC @CASE_DELIM_L;
ignore sub @CASE_DELIM_L @LC @All @UC @CASE_DELIM_L;
#
# e.g. "x-"
# TODO: figure out how to ignore "x--A"
Expand Down

0 comments on commit 8215408

Please sign in to comment.