summaryrefslogtreecommitdiff
path: root/clformat/data
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-12-16 20:44:37 -0500
committerBen Culkin <scorpress@gmail.com>2020-12-16 20:44:37 -0500
commitd7b2e924d762e66b3f2be76242ee761e90113a8c (patch)
tree6b2edf9731e7cce7a046ed9ebe7fafd36b6aff02 /clformat/data
parent416c8a90cceb37c3bf8c8560d285b4be8e6d1cc6 (diff)
parent64bd87e567a7dbfa4f2c745f4af6acab134cc746 (diff)
Merge branch 'master' of git@github.com:bculkin2442/bjc-utils2
Diffstat (limited to 'clformat/data')
-rw-r--r--clformat/data/clformat.sprop2
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.