aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 385be8d..ecb215f 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -186,8 +186,7 @@ rule blocks (or on a blank line directly below), call
(save-excursion
(forward-line -1)
(beginning-of-line)
- (and (re-search-forward "^[ \t]+run:" (point-at-eol) t)
- t)))
+ (looking-at-p "^[ \t]+run:")))
(defun snakemake-run-field-line-p ()
"Return t if point is on any line below a run field key.