[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/j-mode 561216c270 10/13: fix mark-defun for nested direct
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/j-mode 561216c270 10/13: fix mark-defun for nested direct functions |
Date: |
Tue, 11 Jun 2024 19:00:25 -0400 (EDT) |
branch: elpa/j-mode
commit 561216c2708f6e63fdfc60845d327d5579ca441f
Author: LdBeth <andpuke@foxmail.com>
Commit: LdBeth <andpuke@foxmail.com>
fix mark-defun for nested direct functions
---
j-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/j-mode.el b/j-mode.el
index 4986a8acf2..fd0640a457 100644
--- a/j-mode.el
+++ b/j-mode.el
@@ -195,7 +195,7 @@ contents of current line."
(:one-liner (beginning-of-line 2) t)
(:multi-liner (search-forward-regexp "^)") t)
(:direct (search-forward-regexp
- (rx "}}" (or eol (not (any ".:")))))
+ (rx bol "}}" (? (not (any ".:")) (* nonl)) eol))
t))))
(defun j-beginning-of-explicit-definition ()
- [nongnu] elpa/j-mode e481809728 02/13: Fix lexing rule, (continued)
- [nongnu] elpa/j-mode e481809728 02/13: Fix lexing rule, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode c71eefa7e0 09/13: Change project url back to upstream, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 01c6e26d48 03/13: better highlighting and proper indentation, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 91fa4d9d97 11/13: update README, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 3f852d1476 13/13: Merge pull request #30 from zellio/v2.0.1, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 6575369102 04/13: Version 2.0.1, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 5dca69ca55 05/13: Improved string handling, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 67eb25767d 06/13: Refactored j-help; Updated comment font lock interaction, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 4f286fd9e6 07/13: Support J Lab format, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 073524d3ff 08/13: minor fix for go to labels, ELPA Syncer, 2024/06/11
- [nongnu] elpa/j-mode 561216c270 10/13: fix mark-defun for nested direct functions,
ELPA Syncer <=
- [nongnu] elpa/j-mode 9a24728dec 12/13: Merge branch 'master' into v2.0.1, ELPA Syncer, 2024/06/11