aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/proof-config.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index bf898fc4..b98c531c 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -475,6 +475,18 @@ The script buffer's comment-end is set to this string plus a space."
:type 'string
:group 'proof-script)
+(defcustom proof-string-start-regexp "\""
+ "Regexp which matches the start of a quoted string in the proof
+assistant command language."
+ :type 'string
+ :group 'proof-script)
+
+(defcustom proof-string-end-regexp "\""
+ "Regexp which matches the end of a quoted string in the proof
+assistant command language."
+ :type 'string
+ :group 'proof-script)
+
(defcustom proof-case-fold-search nil
"Value for case-fold-search when recognizing portions of proof scripts.
The default value is 'nil'. If your prover has a case *insensitive*