1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-27 09:49:07 +03:00

calt: improve ignore rule for e.g. (xX) and (Xx)

This commit is contained in:
Rasmus Andersson 2019-09-07 11:54:47 -07:00
parent 456025b11d
commit 8215408fe0

View File

@ -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"