From 06b6b7013141553ba88e279622709101f500fa86 Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sun, 22 Jul 2018 23:03:10 -0400 Subject: 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. --- syntax/beancount.vim | 4 ++-- 1 file 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 -- cgit v1.2.3-2-gb3c3