branch: elpa/llama
commit f3739ff067e9ffd6150f1007a921748b28b9d8b5
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
llama--maybe-face: Handle llama as well
---
llama.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llama.el b/llama.el
index 0aeaecda92..11324545a5 100644
--- a/llama.el
+++ b/llama.el
@@ -358,7 +358,7 @@ expansion, and the looks of this face should hint at that.")
(and (not (and (member (match-string 0) '("%" "&"))
(and-let* ((beg (ignore-errors
(scan-lists (match-beginning 0) -1 1))))
- (string-match-p "\\`\\(##\\)?[ \t\n\r]*\\'"
+ (string-match-p "\\`\\(##\\|llama\\_>\\)?[\s\t\n\r]*\\'"
(buffer-substring-no-properties
(1+ beg) (match-beginning 0))))))
face))