From 403ca4f1a5b4a11eb4168e2e62709f4a09c3c202 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Tue, 26 Aug 2014 18:33:41 -0700 Subject: Not working well, try something else on new-fontification-scheme-2 --- lisp/ledger-regex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-regex.el') diff --git a/lisp/ledger-regex.el b/lisp/ledger-regex.el index bc7e926b..460b50ce 100644 --- a/lisp/ledger-regex.el +++ b/lisp/ledger-regex.el @@ -336,7 +336,7 @@ (concat ledger-iso-date-regexp ;; subexp 1 " ?\\([ *!]\\)" ;; mark, subexp 5 " ?\\((.*)\\)?" ;; code, subexp 6 - " ?\\([[:word:] ]+\\)" ;; desc, subexp 7 + " ?\\([^;\n]+\\)" ;; desc, subexp 7 "\\(\n\\|;.*\\)" ;; comment, subexp 8 )) -- cgit v1.2.3