From 4e9c6abf688199f2613cb7181e93b8a982a2a4e0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 5 Jun 2023 13:59:51 -0400 Subject: [PATCH] Add SSSUse to SSSAll --- syntax/sss.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/sss.vim b/syntax/sss.vim index 35817cf..3981b33 100644 --- a/syntax/sss.vim +++ b/syntax/sss.vim @@ -152,7 +152,7 @@ syn match SSSLinkerDirective ;^\s*!link.*$; hi SSSLinkerDirective ctermbg=blue ctermfg=black syn cluster SSSAll contains=SSSVar,SSSComment,SSSChar,SSSString,SSSDSL,SSSExtend,SSSKeyword,SSSOperator, - \SSSConditional,SSSLoop,SSSFail,SSSStatement,SSSStructure,SSSTypedef,SSSEmptyTable, + \SSSConditional,SSSLoop,SSSFail,SSSStatement,SSSStructure,SSSTypedef,SSSEmptyTable,SSSUse, \SSSNumber,SSSFnDecl,SSSBoolean,SSSNil,SSSTypeAnnotation,SSSAs,SSSDocTest,SSSDocError \SSSLinkerDirective