Skip to content

Commit

Permalink
Update qash.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Nov 5, 2023
1 parent f1c6fb8 commit 130c9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qash.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ syntax clear

syntax match qashCommand "!open-account\|!import"
syntax match qashKeyword "asset\|expense\|equity\|income\|liability"
syntax match qashNumber "-\?\d\+"
syntax match qashNumber "-\?[0-9,]\+"
syntax match qashDate "\d\{4}-\d\{2}-\d\{2}"
syntax match qashLineComment "//.\+"
syntax match qashTag "#.\+"
Expand Down

0 comments on commit 130c9b4

Please sign in to comment.