summaryrefslogtreecommitdiff
path: root/lisp/ldg-mode.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-01 09:03:48 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-01 09:03:48 -0700
commit844b614af7a74ac52b6a63406af2a49485d178da (patch)
tree89db2d3de3ffa3abb5effd3ad424bbf4c268a5ea /lisp/ldg-mode.el
parent5c91124955b2c570b071dc81ac971f9c75b406cf (diff)
parent6718b689991250fc97b0c43ec96328ca2e72e4f3 (diff)
downloadledger-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.el13
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)