From bdae65e3765d6e91392021d61772ae018d62ca11 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 10 Mar 2021 15:46:23 -0800 Subject: [PATCH] misc/vim: fix private string. --- misc/vim/syntax/factor.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vim/syntax/factor.vim b/misc/vim/syntax/factor.vim index cfefd5b4de..b3538b28fb 100644 --- a/misc/vim/syntax/factor.vim +++ b/misc/vim/syntax/factor.vim @@ -59,7 +59,7 @@ syn case match syn match factorWord /\v<\S+>/ contains=@factorWord transparent display syn cluster factorCluster contains=factorWord,factorComment,factorMultilineComment,@factorClusterValue,factorDeclaration,factorCall,factorCallNextMethod,@factorWordOps,factorAlien,factorSlot,factorTuple,factorStruct -syn cluster factorClusterValue contains=factorBreakpoint,factorBoolean,factorFrySpecifier,factorChar,@factorString,@factorNumber,factorBackslash,factorMBackslash,factorLiteral,@factorStackEffect,@factorQuotation,@factorArray,factorRegexp +syn cluster factorClusterValue contains=factorBreakpoint,factorBoolean,factorFrySpecifier,factorChar,factorString,@factorNumber,factorBackslash,factorMBackslash,factorLiteral,@factorStackEffect,@factorQuotation,@factorArray,factorRegexp " A crash course on Factor's lexer: " -- 2.34.1