branch: externals/jarchive
commit 3ff89ae9cb8cec6c2f053a4bdcd0dfa2ac709cd8
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>
Update doc string
---
jarchive.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jarchive.el b/jarchive.el
index 5f919dabe8..44820ba314 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -18,7 +18,8 @@
;; match group 2, the file within the archive
(group (* not-newline) "." (+ alphanumeric))
line-end)
- "A regex for matching jar files to be opened by eglot and clojure-lsp.")
+ "A regex for matching paths to a jar file and a file path into the jar file.
+Delimited by `!' or `::'")
(defvar-local jarchive--managed-buffer nil
"This value is t when a buffer is managed by jarchive.")