From 632dc10e9b02543e1648ab6f35301316d427416f Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Tue, 25 Apr 2000 14:51:12 +0000 Subject: removed unused isar-ids; added isar-indent regexps (from isar.el); --- isar/isar-syntax.el | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index f01e0e4d..ee7bb275 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -141,9 +141,6 @@ (defconst isar-id "\\([A-Za-z][A-Za-z0-9'_]*\\)") (defconst isar-idx (concat isar-id "\\(\\.[0-9]+\\)?")) -(defconst isar-ids (proof-ids isar-id "[ \t]*") - "Matches a sequence of identifiers separated by whitespace.") - (defconst isar-string "\"\\(\\([^\\\"]\\|\\\\\"\\)*\\)\"") (defconst isar-name-regexp @@ -309,4 +306,13 @@ (proof-anchor-regexp (proof-ids-to-regexp isar-keywords-theory-switch))) +;; ----- indentation + +(defconst isar-indent-regexp (proof-ids-to-regexp isar-keywords-indent)) +(defconst isar-indent-open-regexp (proof-ids-to-regexp isar-keywords-indent-open)) +(defconst isar-indent-close-regexp (proof-ids-to-regexp isar-keywords-indent-close)) +(defconst isar-indent-enclose-regexp (proof-ids-to-regexp isar-keywords-indent-enclose)) +(defconst isar-indent-reset-regexp (proof-ids-to-regexp isar-keywords-indent-reset)) + + (provide 'isar-syntax) -- cgit v1.2.3