From abe96dceeed6b0ffb0a132b15fbbe7942fec7f58 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Thu, 14 Sep 2017 19:18:21 -0700 Subject: Update directive matching to support function calls. --- BJC-Utils2/data/formats.sprop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BJC-Utils2/data/formats.sprop') diff --git a/BJC-Utils2/data/formats.sprop b/BJC-Utils2/data/formats.sprop index 73ebc29..72f6e74 100644 --- a/BJC-Utils2/data/formats.sprop +++ b/BJC-Utils2/data/formats.sprop @@ -22,7 +22,8 @@ delimSeparatedList (?:%1$s(?:%2$s%1$s)*) ## 1) The prefix parameters ## 2) The modifiers ## 3) The directive name -clFormatDirective ~(?%1$s)?(?%2$s?)(?\S) +## 4) The function name, if the directive was a function call. +clFormatDirective ~(?%1$s)?(?%2$s?)(?:%3$s) #################################################### # Format strings for handling double-quoted strings. -- cgit v1.2.3