summaryrefslogtreecommitdiff
path: root/llama.el
diff options
context:
space:
mode:
Diffstat (limited to 'llama.el')
-rw-r--r--llama.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/llama.el b/llama.el
index c23dd67..0aeaecd 100644
--- a/llama.el
+++ b/llama.el
@@ -346,6 +346,7 @@ expansion, and the looks of this face should hint at that.")
(defvar llama-font-lock-keywords
'(("(\\(##\\)" 1 'llama-macro)
+ ("(\\(llama\\)\\_>" 1 'font-lock-keyword-face)
("\\_<\\(?:_?%[1-9]?\\)\\_>"
0 (llama--maybe-face 'llama-mandatory-argument))
("\\_<\\(?:_?&[1-9*]?\\)\\_>"