diff options
Diffstat (limited to 'clformat/data')
| -rw-r--r-- | clformat/data/formats.sprop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clformat/data/formats.sprop b/clformat/data/formats.sprop index c44ab51..b6eac35 100644 --- a/clformat/data/formats.sprop +++ b/clformat/data/formats.sprop @@ -19,7 +19,7 @@ clFormatDirective ~(?<params>%1$s)?(?<modifiers>%2$s?)(?:%3$s) ## * A single character preceded by a single quote ## * The letter V (or v) ## * The character # -clFormatPrefix (?:(?:[-+]?\d+|'.|[Vv]|#|%)?) +clFormatPrefix (?:(?:[-+]?\d+|'.|[Vv]|#|%|".*?(?<!\\)")?) ## Match a format string modifier ## A modifier is any combination of $, :, * and @; duplicates don't matter though |
