diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-01 09:03:48 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-01 09:03:48 -0700 |
commit | 844b614af7a74ac52b6a63406af2a49485d178da (patch) | |
tree | 89db2d3de3ffa3abb5effd3ad424bbf4c268a5ea /lisp/ldg-mode.el | |
parent | 5c91124955b2c570b071dc81ac971f9c75b406cf (diff) | |
parent | 6718b689991250fc97b0c43ec96328ca2e72e4f3 (diff) | |
download | ledger-844b614af7a74ac52b6a63406af2a49485d178da.tar.gz ledger-844b614af7a74ac52b6a63406af2a49485d178da.tar.bz2 ledger-844b614af7a74ac52b6a63406af2a49485d178da.zip |
Merge branch 'next' into ledger-mode-sort-region
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r-- | lisp/ldg-mode.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el index 9efe7618..6179747d 100644 --- a/lisp/ldg-mode.el +++ b/lisp/ldg-mode.el @@ -38,19 +38,6 @@ customizable to ease retro-entry.") :type 'string :group 'ledger) -(defvar bold 'bold) -(defvar ledger-font-lock-keywords - '(("\\( \\| \\|^\\)\\(;.*\\)" 2 font-lock-comment-face) - ("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([^*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)" 2 bold) - ;;("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)" - ;; 2 font-lock-type-face) - ("^\\s-+\\([*]\\s-*\\)?\\(\\([[(]\\)?[^*: - ]+?:\\([^]); - ]\\|\\s-\\)+?\\([])]\\)?\\)\\( \\| \\|$\\)" - 2 font-lock-keyword-face) - ("^\\([~=].+\\)" 1 font-lock-function-name-face) - ("^\\([A-Za-z]+ .+\\)" 1 font-lock-function-name-face)) - "Expressions to highlight in Ledger mode.") (defvar ledger-mode-abbrev-table) |