From b9e6bbe766773e96f1047f89aaa3f171f2e8b3b6 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Fri, 13 Nov 2020 20:34:45 -0500 Subject: Allow using an arbitrary number of '`' when naming directives This greatly increases the number of possible directives, though some of them could be hard to name/remember. The general rule of thumb is that the more '`' you have in a directive name, the more arcane/specialized/rarely used a given directive is. --- clformat/data/clformat.sprop | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'clformat/data/clformat.sprop') diff --git a/clformat/data/clformat.sprop b/clformat/data/clformat.sprop index ba1e83c..2025c25 100644 --- a/clformat/data/clformat.sprop +++ b/clformat/data/clformat.sprop @@ -27,9 +27,9 @@ clFormatPrefixParam (?:(?:[-+]?\d+|'.|[Vv]|#|%|".*?(?`?[\S&&[^/]])|(?:/(?[\S&&[^/]]+)/)) +clFormatName (?:(?`*?[\S&&[^/]])|(?:/(?[\S&&[^/]]+)/)) ################################################# # Generic format strings for regular expressions. -- cgit v1.2.3