diff options
Diffstat (limited to 'clformat/data')
| -rw-r--r-- | clformat/data/clformat.sprop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clformat/data/clformat.sprop b/clformat/data/clformat.sprop index 2025c25..1d31de6 100644 --- a/clformat/data/clformat.sprop +++ b/clformat/data/clformat.sprop @@ -45,7 +45,7 @@ clFormatModifier (?:[@$:*]+) ## 1) A single, non-whitespace, non-/ character, optionally preceded by any ## number of grave characters. ## 2) A name enclosed in /'s -clFormatName (?:(?<name>`*?[\S&&[^/]])|(?:/(?<funcname>[\S&&[^/]]+)/)) +clFormatName (?:(?<name>`*[\S&&[^/]])|(?:/(?<funcname>[\S&&[^/]]+)/)) ################################################# # Generic format strings for regular expressions. |
