Skip to content

Commit

Permalink
added status markup to the highlighted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
getfol committed Feb 24, 2013
1 parent ded5afc commit 34a7728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todotxt-mode.el
Expand Up @@ -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
Expand Down

0 comments on commit 34a7728

Please sign in to comment.