diff options
author | Mark Lodato | 2018-07-22 23:03:10 -0400 |
---|---|---|
committer | Wolfgang Müller | 2021-03-17 17:38:29 +0100 |
commit | 06b6b7013141553ba88e279622709101f500fa86 (patch) | |
tree | 65ca0223a55b42f7a662305bbe1b45ba2264e977 /syntax | |
parent | 94facd68d9f1013a7c3baa4f3b6d50de77caf559 (diff) | |
download | vim-beancount-06b6b7013141553ba88e279622709101f500fa86.tar.gz |
Use Tag and Special for tags and metadata, resp.
Previously tags and metadata used the Comment group, which didn't make
much sense and caused everything to blend together. Now they use their
own groups which allows them to stand out.
Diffstat (limited to 'syntax')
-rw-r--r-- | syntax/beancount.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/beancount.vim b/syntax/beancount.vim index 44c1978..3b3233c 100644 --- a/syntax/beancount.vim +++ b/syntax/beancount.vim @@ -86,7 +86,7 @@ highlight default link beanAmount Number highlight default link beanCurrency Number highlight default link beanCost Number highlight default link beanPrice Number -highlight default link beanTag Comment +highlight default link beanTag Tag highlight default link beanLink Comment -highlight default link beanMeta Comment +highlight default link beanMeta Special highlight default link beanFlag Keyword |