summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-09-07 21:54:47 +0300
committerRasmus Andersson <rasmus@notion.se>2019-09-07 21:54:47 +0300
commit8215408fe0ec88720af3de48de9aa7f8e2c440c0 (patch)
treef9d0791f83bfd347143bfb7de059c1636c7c2d11
parent456025b11d9c3ba642835d25cdd514fdde09e1dc (diff)
downloadinter-8215408fe0ec88720af3de48de9aa7f8e2c440c0.tar.xz
calt: improve ignore rule for e.g. (xX) and (Xx)
-rw-r--r--src/features/calt.fea2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/features/calt.fea b/src/features/calt.fea
index 341678c5a..6181ce894 100644
--- a/src/features/calt.fea
+++ b/src/features/calt.fea
@@ -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"