From 5dd1a7e83966c92d220073185f1738dfe441f59e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 May 2016 10:42:37 +0200 Subject: Update --- syntax/gotexttmpl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/gotexttmpl.vim') diff --git a/syntax/gotexttmpl.vim b/syntax/gotexttmpl.vim index 14b8bf83..1e733988 100644 --- a/syntax/gotexttmpl.vim +++ b/syntax/gotexttmpl.vim @@ -68,7 +68,7 @@ syn cluster gotplLiteral contains=goString,goRawString,goCharacter,@goIn syn keyword gotplControl contained if else end range with template syn keyword gotplFunctions contained and html index js len not or print printf println urlquery eq ne lt le gt ge syn match gotplVariable contained /\$[a-zA-Z0-9_]*\>/ -syn match goTplIdentifier contained /\.[^\s}]*\>/ +syn match goTplIdentifier contained /\.[^\s}]+\>/ hi def link gotplControl Keyword hi def link gotplFunctions Function -- cgit v1.2.3