From 34a77289b6b000d68755333e1a7f2cfd03123177 Mon Sep 17 00:00:00 2001 From: Adolfo Villafiorita Date: Mon, 25 Feb 2013 00:16:36 +0100 Subject: [PATCH] added status markup to the highlighted strings --- todotxt-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/todotxt-mode.el b/todotxt-mode.el index fe15375..ccc8a6c 100644 --- a/todotxt-mode.el +++ b/todotxt-mode.el @@ -90,6 +90,7 @@ ;("^.*#important.*" 0 '(:foreground "IndianRed")) ; special tag ("([A-Z]+)" . font-lock-builtin-face) ("\\([a-zA-Z0-9_-]+\\):\\([a-zA-Z0-9._-]+\\)" . font-lock-variable-name-face) + ("-\\([a-zA-Z0-9_-]+\\)" . font-lock-variable-name-face) ("+[a-zA-Z0-9_-]+" . font-lock-function-name-face) ("@[a-zA-Z0-9_-]+" . font-lock-type-face) ("#important" 0 '(:foreground "orange red")) ; special tag