diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 270b55fda6..35e58a0aa7 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -293,6 +293,8 @@ IN: tools.deploy.shaker { } { "math.partial-dispatch" } strip-vocab-globals % + { } { "math.vectors.specialization" } strip-vocab-globals % + { } { "peg" } strip-vocab-globals % ] when diff --git a/misc/Factor.tmbundle/Commands/Cycle Vocabs:Docs:Tests.tmCommand b/misc/Factor.tmbundle/Commands/Cycle Vocabs-Docs-Tests.tmCommand similarity index 100% rename from misc/Factor.tmbundle/Commands/Cycle Vocabs:Docs:Tests.tmCommand rename to misc/Factor.tmbundle/Commands/Cycle Vocabs-Docs-Tests.tmCommand diff --git a/misc/Factor.tmbundle/Snippets/::.tmSnippet b/misc/Factor.tmbundle/Snippets/lambda word def.tmSnippet similarity index 100% rename from misc/Factor.tmbundle/Snippets/::.tmSnippet rename to misc/Factor.tmbundle/Snippets/lambda word def.tmSnippet diff --git a/misc/Factor.tmbundle/Snippets/:.tmSnippet b/misc/Factor.tmbundle/Snippets/word def.tmSnippet similarity index 100% rename from misc/Factor.tmbundle/Snippets/:.tmSnippet rename to misc/Factor.tmbundle/Snippets/word def.tmSnippet