diff options
author | John Wiegley <johnw@newartisans.com> | 2011-10-11 15:33:44 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-10-11 15:33:44 -0500 |
commit | 24d6619a52d1239f4df3371e4ef69e4a8fd930a1 (patch) | |
tree | 130573c15e3f00f123c10ef9ef2547782a3d0981 /lisp/ldg-mode.el | |
parent | 102a26d99ea61c85035ef3d9c0e98fed29a84930 (diff) | |
parent | 8e969a8655eb72a68e6af144c3b3f50c4eb70db5 (diff) | |
download | fork-ledger-24d6619a52d1239f4df3371e4ef69e4a8fd930a1.tar.gz fork-ledger-24d6619a52d1239f4df3371e4ef69e4a8fd930a1.tar.bz2 fork-ledger-24d6619a52d1239f4df3371e4ef69e4a8fd930a1.zip |
Merge branch 'next' of github.com:jwiegley/ledger into next
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r-- | lisp/ldg-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el index 3e9a9106..cc9e8d92 100644 --- a/lisp/ldg-mode.el +++ b/lisp/ldg-mode.el @@ -10,8 +10,8 @@ ;;("^[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)) |