summaryrefslogtreecommitdiff
path: root/lisp/ledger-fontify.el
Commit message (Collapse)AuthorAgeFilesLines
* jit-lock is now calling ledger-fontify-buffer-part, but ↵Craig Earls2014-09-051-1/+1
| | | | font-lock-fontify-region is still being called and fighting with it.
* meh. Still chugging along.Craig Earls2014-09-051-6/+7
|
* improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵Craig Earls2014-09-041-4/+4
| | | | by more than a single empty line
* Not working well, try something else on new-fontification-scheme-2Craig Earls2014-08-261-3/+17
|
* fontifying xact starts and postings.Craig Earls2014-08-241-13/+28
| | | | initial testing looks better than previous font-lock methods. Need run time and performance testing.
* Set up fontification independent of font-lock.Craig Earls2014-08-241-0/+173
Basic functionality in place. need to test further and expand detail fortification.