diff --git a/syntax/sss.vim b/syntax/sss.vim index 3981b33..80de438 100644 --- a/syntax/sss.vim +++ b/syntax/sss.vim @@ -127,7 +127,7 @@ syn match SSSTypeDelim /,/ contained hi def link SSSTypeDelim Type syn match SSSAssoc /=/ contained hi def link SSSAssoc Type -syn region SSSTypeUnits start=// +syn region SSSTypeUnits start=// contained hi def link SSSTypeUnits Type syn region SSSType start=/\[/ end=/\]\|$/ contains=SSSType contained nextgroup=SSSTableValueType,SSSTypeUnits syn region SSSType start=/{/ end=/}\|$/ contains=SSSType,SSSAssoc contained nextgroup=SSSTableValueType,SSSTypeUnits