changeset 1203 | c767b62ec786 |
parent 1193 | 32fc1741db5d |
--- a/contrib/gaphrase.el Fri May 08 22:13:02 2020 +0300 +++ b/contrib/gaphrase.el Fri May 08 23:19:32 2020 +0300 @@ -24,8 +24,7 @@ (defvar gaphrase-font-lock-keywords '(("^# [1-9][0-9]*" . font-lock-type-face) - ("^## [1-9][0-9]*" . font-lock-warning-face) - ("^- " . font-lock-keyword-face))) + ("^## [1-9][0-9]*" . font-lock-warning-face))) (defvar gaphrase-syntax-table (let ((table (make-syntax-table text-mode-syntax-table)))