Restored tabs that had been converted to spaces
This commit is contained in:
parent
11067d9cc6
commit
ecd2ece195
1 changed files with 2 additions and 2 deletions
|
|
@ -128,12 +128,12 @@ text that should replace the format specifier."
|
|||
|
||||
(defvar bold 'bold)
|
||||
(defvar ledger-font-lock-keywords
|
||||
'(("\\( \\| \\|^\\)\\(;.*\\)" 2 font-lock-comment-face)
|
||||
'(("\\( \\| \\|^\\)\\(;.*\\)" 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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue