Treat + like :+ to squash SC2068

This commit is contained in:
Vidar Holen
2017-05-24 19:20:28 -07:00
parent 8bc89bc451
commit 4243c6a0bf
2 changed files with 6 additions and 6 deletions

View File

@@ -784,8 +784,10 @@ isCountingReference _ = False
isQuotedAlternativeReference t =
case t of
T_DollarBraced _ _ ->
":+" `isInfixOf` bracedString t
getBracedModifier (bracedString t) `matches` re
_ -> False
where
re = mkRegex "(^|\\]):?\\+"