diff options
Diffstat (limited to 'lisp/ledger-fonts.el')
-rw-r--r-- | lisp/ledger-fonts.el | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index 0c3b9861..b5495460 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -227,31 +227,6 @@ "Default face for pending (!) transactions in the reconcile window" :group 'ledger-faces) - - ;; (defvar ledger-font-lock-keywords - ;; `( ;; (,ledger-other-entries-regex 1 - ;; ;; ledger-font-other-face) - ;; (,ledger-comment-regex 0 - ;; 'ledger-font-comment-face) - ;; (,ledger-amount-regex 0 - ;; 'ledger-font-posting-amount-face) - ;; (,ledger-multiline-comment-regex 0 'ledger-font-comment-face) - ;; (,ledger-payee-pending-regex 2 - ;; 'ledger-font-payee-pending-face) ; Works - ;; (,ledger-payee-cleared-regex 2 - ;; 'ledger-font-payee-cleared-face) ; Works - ;; (,ledger-payee-uncleared-regex 2 - ;; 'ledger-font-payee-uncleared-face) ; Works - ;; (,ledger-account-cleared-regex 2 - ;; 'ledger-font-posting-account-cleared-face) ; Works - ;; (,ledger-account-pending-regex 2 - ;; 'ledger-font-posting-account-pending-face) ; Works - ;; (,ledger-account-any-status-regex 2 - ;; 'ledger-font-posting-account-face) ; Works - ;; (,ledger-other-entries-regex 1 - ;; 'ledger-font-other-face)) - ;; "Expressions to highlight in Ledger mode.") - (defvar ledger-font-lock-keywords `(("account" . ledger-font-account-directive-face) ("apply" . ledger-font-apply-directive-face) |