aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar-syntax.el')
-rw-r--r--isar/isar-syntax.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 588af049..e689fa9d 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -513,11 +513,17 @@ matches contents of quotes for quoted identifiers.")
isar-keywords-theory-script
isar-keywords-theory-goal))
+(defconst isar-entity-regexp
+ (concat "\\(" (isar-ids-to-regexp isar-keywords-imenu) "\\)"))
+
(defconst isar-named-entity-regexp
- (concat "\\(" (isar-ids-to-regexp isar-keywords-imenu) "\\)"
+ (concat isar-entity-regexp
"\\(?:\\s-*(\\s-*in[^)]+)\\)?"
isar-name-regexp "[[:=]" ))
+(defconst isar-named-entity-name-match-number
+ (1+ (regexp-opt-depth isar-entity-regexp)))
+
(defconst isar-generic-expression
(mapcar (lambda (kw)
(list (capitalize kw)