]> gitweb.factorcode.org Git - factor.git/commitdiff
misc/vim: fix private string.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 10 Mar 2021 23:46:23 +0000 (15:46 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 10 Mar 2021 23:46:23 +0000 (15:46 -0800)
misc/vim/syntax/factor.vim

index cfefd5b4def7f12bac630ced764fc8d960bad129..b3538b28fb3df6c29be2980e715665c082ce1647 100644 (file)
@@ -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:
 "