summaryrefslogtreecommitdiff
path: root/src/features
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2021-03-25 01:12:48 +0300
committerRasmus Andersson <rasmus@notion.se>2021-03-25 01:12:48 +0300
commit3ff952c59d9d830bc51d4cda760c2e322d9fc3df (patch)
treee74ac33d413fc55e27e3c5d9d3afdf545424f0af /src/features
parent4c9d8fc1c0407ed27f2a10bc6c8302321662820e (diff)
downloadinter-3ff952c59d9d830bc51d4cda760c2e322d9fc3df.tar.xz
upgrade glyphs source file to Glyphs version 3
Diffstat (limited to 'src/features')
-rw-r--r--src/features/calt.fea34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/features/calt.fea b/src/features/calt.fea
index 404f8c988..21d76bf48 100644
--- a/src/features/calt.fea
+++ b/src/features/calt.fea
@@ -237,23 +237,23 @@ sub [colon colon.case] [ @DASH_ANY minus minus.case ] parenright' by parenright.
# ignore subs adjacent to lower case
#
# h[1,3]
-ignore sub @LC @CASE_DELIM_L @All @CASE_DELIM_L; # h[X]
-ignore sub @LC @CASE_DELIM_L @All @All @CASE_DELIM_L; # h[XX]
-ignore sub @LC @CASE_DELIM_L @All @All @All @CASE_DELIM_L; # h[XXX]
-ignore sub @LC @CASE_DELIM_L @All @All @All @All @CASE_DELIM_L; # h[XXXX]
+ignore sub @LC @CASE_DELIM_L @All @CASE_DELIM_L'; # h[X]
+ignore sub @LC @CASE_DELIM_L @All @All @CASE_DELIM_L'; # h[XX]
+ignore sub @LC @CASE_DELIM_L @All @All @All @CASE_DELIM_L'; # h[XXX]
+ignore sub @LC @CASE_DELIM_L @All @All @All @All @CASE_DELIM_L'; # h[XXXX]
# x[]X
-ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L @UC; # x[]X
-ignore sub @LC @CASE_DELIM_L @Whitespace @UC; # x[ X
-ignore sub @LC @CASE_DELIM_L @Whitespace @Whitespace @UC; # x[ X
-ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L @Whitespace @UC; # x[] X
-ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L @Whitespace @Whitespace @UC; # x[] X
-ignore sub @LC @CASE_DELIM_L @UC; # x[X
+ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L' @UC; # x[]X
+ignore sub @LC @CASE_DELIM_L' @Whitespace @UC; # x[ X
+ignore sub @LC @CASE_DELIM_L' @Whitespace @Whitespace @UC; # x[ X
+ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L' @Whitespace @UC; # x[] X
+ignore sub @LC @CASE_DELIM_L @CASE_DELIM_L' @Whitespace @Whitespace @UC; # x[] X
+ignore sub @LC @CASE_DELIM_L' @UC; # x[X
# short runs of uc-lc, e.g "(Xx)", "[xxX]"
-ignore sub @CASE_DELIM_L @UC @LC @CASE_DELIM_L; # (Xx)
-ignore sub @CASE_DELIM_L @UC @All @LC @CASE_DELIM_L; # (X.x)
-ignore sub @CASE_DELIM_L @LC @UC @CASE_DELIM_L; # (xX)
-ignore sub @CASE_DELIM_L @LC @All @UC @CASE_DELIM_L; # (x.X)
+ignore sub @CASE_DELIM_L' @UC @LC @CASE_DELIM_L; # (Xx)
+ignore sub @CASE_DELIM_L' @UC @All @LC @CASE_DELIM_L; # (X.x)
+ignore sub @CASE_DELIM_L @LC @UC @CASE_DELIM_L'; # (xX)
+ignore sub @CASE_DELIM_L @LC @All @UC @CASE_DELIM_L'; # (x.X)
#
# e.g. "x-M"
@@ -279,9 +279,9 @@ ignore sub @LC @CASE_L @CASE_L @CASE_L'; # x---
# ignore sub @LC @CASE_L' @Whitespace @Whitespace; # "x- "
#
# e.g. "-x"
-ignore sub @CASE_L @LC; # -x
-ignore sub @CASE_L @CASE_L @LC; # --x
-ignore sub @CASE_L @CASE_L @CASE_L @LC; # ---x
+ignore sub @CASE_L' @LC; # -x
+ignore sub @CASE_L' @CASE_L @LC; # --x
+ignore sub @CASE_L' @CASE_L @CASE_L @LC; # ---x
# ignore sub @CASE_L @CASE_L @CASE_L @CASE_L @LC; # ----x
# ignore sub @CASE_L @CASE_L @CASE_L @CASE_L @CASE_L @LC; # -----x