From 067fdae3626e3e810af15dd3b8931a9b92d43697 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 5 Jun 2023 23:59:45 -0400 Subject: [PATCH] Units should be contained --- syntax/sss.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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