[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 58b3fc29f5 458/466: Match space before ```
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 58b3fc29f5 458/466: Match space before ``` |
Date: |
Sat, 15 Mar 2025 19:19:50 -0400 (EDT) |
branch: elpa/aidermacs
commit 58b3fc29f5046c195951a6315651fa0fc14511ae
Author: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Commit: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Match space before ```
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
---
aidermacs-backend-comint.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el
index ff7b2dfd04..4b73907d4b 100644
--- a/aidermacs-backend-comint.el
+++ b/aidermacs-backend-comint.el
@@ -72,7 +72,7 @@ This allows for multi-line input without sending the command."
("^\\([0-9]+\\). " 0 font-lock-constant-face)
("^>>>>>>> REPLACE" 0 'aidermacs-search-replace-block t)
("^<<<<<<< SEARCH" 0 'aidermacs-search-replace-block t)
- ("^\\(```\\)\\([^[:space:]]*\\)" (1 'shadow t) (2 font-lock-builtin-face
t))
+ ("^[:space:]*\\(```\\)\\([^[:space:]]*\\)" (1 'shadow t) (2
font-lock-builtin-face t))
("^=======$" 0 'aidermacs-search-replace-block t))
"Font lock keywords for aidermacs buffer.")
@@ -247,7 +247,7 @@ _OUTPUT is the text to be processed."
;; check if the block has a language id
(when (save-excursion
(end-of-line)
- (re-search-backward "^``` *\\([^[:space:]]+\\)"
(line-beginning-position -1) t))
+ (re-search-backward "^[:space:]*``` *\\([^[:space:]]+\\)"
(line-beginning-position -1) t))
(let* ((lang (downcase (match-string 1)))
(mode (map-elt aidermacs-language-name-map lang lang)))
(intern-soft (concat mode "-mode"))))
- [nongnu] elpa/aidermacs 47327b96d2 435/466: fix(aidermacs-models): ensure correct parsing by moving to end of headers, (continued)
- [nongnu] elpa/aidermacs 47327b96d2 435/466: fix(aidermacs-models): ensure correct parsing by moving to end of headers, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3b9f5b5dd5 437/466: Introduce aidermacs-show-diff-after-change to control diff, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4af8c4283d 436/466: Merge pull request #55 from zsxh/fix/fetch-models, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 22f59e2b8a 441/466: Update README with Tramp support, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 77ed294a6f 444/466: The Community Speaks, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1c2d4ac340 443/466: Fix typo, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 15a01a9b42 445/466: Improve API_KEY documentation, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7848604a82 447/466: load api key from secrets, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs cdb15637ab 452/466: Fix linting, refactor, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 7614cb6542 463/466: Add aidermacs-refresh-repo-map, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 58b3fc29f5 458/466: Match space before ```,
ELPA Syncer <=
- [nongnu] elpa/aidermacs f3d308a068 460/466: Drop marked files from Dired buffer, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs cb22883ccc 026/466: docs: add use-package and straight installation instructions to the Installation section, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3d2675d2f1 151/466: docs: Update README with basic buffer operations and Doom reset command, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 314fdc51be 196/466: docs: Revise "Feature development" section for a more humble tone, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a4e99cce4c 205/466: feat: Add Test submenu with unit test commands in aider-doom-setup-keys, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 58593dd57f 216/466: feat: Add helm feature check before overriding aider-read-string (#75), ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 2a29cffb76 272/466: feat: Add aidermacs-auto-commits and M-x aidermacs-run-in-current-dir=, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c05af05de9 278/466: Elaborate on Aidermacs start behavior, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 383ffd4ebb 283/466: Cache the models for future invocations., ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs fdce6f456e 379/466: Revamp Transient Menus for Enhanced Usability, ELPA Syncer, 2025/03/15