[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic cd3d385aad 050/333: Asciidoc supports for lisp.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic cd3d385aad 050/333: Asciidoc supports for lisp. |
Date: |
Tue, 27 Feb 2024 13:00:00 -0500 (EST) |
branch: externals/lentic
commit cd3d385aadd790070cec72d30867f0c1504d5dc9
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Asciidoc supports for lisp.
Previously, asciidoc only supported Clojure, now it supports
lisp in general.
---
linked-buffer-asciidoc.el | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/linked-buffer-asciidoc.el b/linked-buffer-asciidoc.el
index 2885a244fe..1b698903b3 100644
--- a/linked-buffer-asciidoc.el
+++ b/linked-buffer-asciidoc.el
@@ -24,7 +24,7 @@
;;; Commentary:
;;
-;; Links buffers with asciidoc [source] blocks.
+;; Linked buffers with asciidoc [source] blocks.
;;; Code:
(require 'linked-buffer-block)
@@ -110,8 +110,11 @@ This should remove other \"....\" matches.
(defun linked-buffer-block-match-asciidoc
(conf buffer)
(let* ((source
- (m-buffer-match-begin buffer
- ";* *\\[source,\\\(clojure\\|lisp\\\)\\]"))
+ (m-buffer-match-begin
+ buffer
+ (format ";* *\\[source,%s\\]"
+ (regexp-opt
+ (oref conf :srctags)))))
;; this could also be a start of title
(dots
(m-buffer-match buffer
- [elpa] externals/lentic 009fa87374 029/333: Added new test for Clojure->Latex transform., (continued)
- [elpa] externals/lentic 009fa87374 029/333: Added new test for Clojure->Latex transform., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 66182f8c76 036/333: v0.4 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 30d35ba86f 030/333: f-el added for tests., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d0d3f1cb78 038/333: Moved file name, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic dd1d2983fb 042/333: Change names to better represent function., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 86fbd438db 041/333: More travis, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 743bdff483 039/333: Move to cask., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 206a92e92b 045/333: Now handles "----" with no source directives correctly., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c09c57b8ce 051/333: Saving buffer forces linked-buffer saving also., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a821a5c8b1 048/333: Uncommented config was broken., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic cd3d385aad 050/333: Asciidoc supports for lisp.,
ELPA Syncer <=
- [elpa] externals/lentic bfebaa4997 058/333: Support for orgel files., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8da4b5f906 062/333: Added file local for orgel, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 63a217ec37 059/333: m-buffer dependency to 0.5, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic fcc9aaefb7 069/333: org-to-clojure support added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic aee6bef444 073/333: Full commenting and orgel style documentation., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e80d2346e6 070/333: Split local variables string., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic f7ad2e9267 077/333: Small documentation update., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 191e7b3c66 080/333: Initial incorporation of incremental change., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e3032a6ebc 067/333: v0.5 release, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a188840402 090/333: Incremental updates for block mode., ELPA Syncer, 2024/02/27