context was not handling decimal-comma properly.
This commit is contained in:
parent
0b8e79ec8b
commit
2d9cdc6bc8
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@
|
|||
;; elements
|
||||
(defconst ledger-indent-string "\\(^[ \t]+\\)")
|
||||
(defconst ledger-status-string "\\([*! ]?\\)")
|
||||
(defconst ledger-account-string "[\\[(]?\\(.*?\\)[])]?")
|
||||
(defconst ledger-amount-string "[ \t]?\\(-?[0-9]+\\.[0-9]*\\)")
|
||||
(defconst ledger-account-string "[\\[(]?\\(.*?\\)[])]? ")
|
||||
(defconst ledger-amount-string "[ \t]?\\(-?[0-9]+[\\.,][0-9]*\\)")
|
||||
(defconst ledger-comment-string "[ \t]*;[ \t]*\\(.*?\\)")
|
||||
(defconst ledger-nil-string "\\([ \t]+\\)")
|
||||
(defconst ledger-commodity-string "\\(.+?\\)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue