diff --git a/basis/editors/brackets/windows/windows.factor b/basis/editors/brackets/windows/windows.factor index 39194e3a90..69a8f31cb9 100644 --- a/basis/editors/brackets/windows/windows.factor +++ b/basis/editors/brackets/windows/windows.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2015 Dimage Sapelkin. ! See http://factorcode.org/license.txt for BSD license. -USING: alien.data alien.strings combinators editors kernel make -math.parser namespaces quotations sequences system -windows.advapi32 windows.registry windows.registry.private -windows.types windows.errors ; +USING: alien.data alien.strings combinators editors +editors.brackets kernel make math.parser namespaces quotations +sequences system windows.advapi32 windows.registry +windows.registry.private windows.types windows.errors ; IN: editors.brackets.windows