Fixed some formatting problems and fixed bug 1007 aligning decimal comma amounts with period thousand separators.
This commit is contained in:
parent
aec2c7af3f
commit
0ed6b0f1c3
2 changed files with 63 additions and 63 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
(defconst ledger-amount-regex
|
(defconst ledger-amount-regex
|
||||||
(concat "\\( \\|\t\\| \t\\)[ \t]*-?"
|
(concat "\\( \\|\t\\| \t\\)[ \t]*-?"
|
||||||
"\\([A-Z$€£_]+ *\\)?"
|
"\\([A-Z$€£_]+ *\\)?"
|
||||||
"\\(-?[0-9,]+?\\)"
|
"\\(-?[0-9,\\.]+?\\)"
|
||||||
"\\(.[0-9]+\\)?"
|
"\\(.[0-9]+\\)?"
|
||||||
"\\( *[[:word:]€£_\"]+\\)?"
|
"\\( *[[:word:]€£_\"]+\\)?"
|
||||||
"\\([ \t]*[@={]@?[^\n;]+?\\)?"
|
"\\([ \t]*[@={]@?[^\n;]+?\\)?"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue