We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af807cb commit 3f13c0bCopy full SHA for 3f13c0b
syntax/ledger.vim
@@ -72,8 +72,8 @@ syntax region ledgerBlockComment start=/^comment/ end=/^end comment/
72
syntax region ledgerBlockTest start=/^test/ end=/^end test/
73
execute 'syntax match ledgerComment /^['.s:line_comment_chars.'].*$/'
74
75
-" Tags (metadata) are handled a bit differntly in ledger-cli vs. hledger even
76
-" though they both nested in commens the same way.
+" Tags (metadata) are handled a bit differently in ledger-cli vs. hledger even
+" though they both nested in comments the same way.
77
if b:ledger_is_hledger
78
syntax region ledgerTransactionMetadata start=/;/ end=/^/
79
\ keepend contained contains=ledgerTags
0 commit comments