From fb1de6cff1324b7b1fd8101a99bccbd232016ca1 Mon Sep 17 00:00:00 2001 From: Nathan Grigg Date: Sat, 1 Nov 2014 08:57:26 -0700 Subject: Add price command to syntax defintion --- syntax/beancount.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/beancount.vim') diff --git a/syntax/beancount.vim b/syntax/beancount.vim index fd7d18a..8d8bda5 100644 --- a/syntax/beancount.vim +++ b/syntax/beancount.vim @@ -36,7 +36,7 @@ syn region beanClose matchgroup=beanKeyword start="close" end="$" \ contains=beanAccount,beanComment syn region beanNote matchgroup=beanKeyword start="\vnote|document" end="$" \ contains=beanAccount,beanString,beanComment -syn region beanBalance matchgroup=beanKeyword start="balance" end="$" +syn region beanBalance matchgroup=beanKeyword start="balance\|price" end="$" \ contains=beanAccount,beanAmount,beanComment syn keyword beanKeyword pushtag poptag syn region beanPad matchgroup=beanKeyword start="^pad" end="$" -- cgit v1.2.3-2-gb3c3