Skip to content

Commit 6090446

Browse files
committed
highlight tags in gist description
1 parent 61ce7c1 commit 6090446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gist.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@ put it into `kill-ring'."
619619
tabulated-list-padding 2
620620
tabulated-list-sort-key nil)
621621
(tabulated-list-init-header)
622-
(use-local-map gist-list-menu-mode-map))
622+
(use-local-map gist-list-menu-mode-map)
623+
(font-lock-add-keywords nil '(("#[^[:space:]]*" . 'font-lock-keyword-face))))
623624

624625
(defun gist-list-render (gists &optional background)
625626
(gist-list-mode)

0 commit comments

Comments
 (0)