We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ce7c1 commit 6090446Copy full SHA for 6090446
gist.el
@@ -619,7 +619,8 @@ put it into `kill-ring'."
619
tabulated-list-padding 2
620
tabulated-list-sort-key nil)
621
(tabulated-list-init-header)
622
- (use-local-map gist-list-menu-mode-map))
+ (use-local-map gist-list-menu-mode-map)
623
+ (font-lock-add-keywords nil '(("#[^[:space:]]*" . 'font-lock-keyword-face))))
624
625
(defun gist-list-render (gists &optional background)
626
(gist-list-mode)
0 commit comments