aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Lodato2018-07-22 23:03:10 -0400
committerWolfgang Müller2021-03-17 17:38:29 +0100
commit06b6b7013141553ba88e279622709101f500fa86 (patch)
tree65ca0223a55b42f7a662305bbe1b45ba2264e977
parent94facd68d9f1013a7c3baa4f3b6d50de77caf559 (diff)
downloadvim-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.
-rw-r--r--syntax/beancount.vim4
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