calt: improve ignore rule for e.g. (xX) and (Xx)
This commit is contained in:
parent
456025b11d
commit
8215408fe0
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue