diff --git a/basis/definitions/icons/icons.factor b/basis/definitions/icons/icons.factor index 7562658ea4..ca1c8a8fe0 100644 --- a/basis/definitions/icons/icons.factor +++ b/basis/definitions/icons/icons.factor @@ -2,7 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: assocs classes.predicate fry generic io.pathnames kernel macros sequences vocabs words words.symbol words.constant -lexer parser help.topics help.markup namespaces sorting ; +lexer parser help.topics help.markup help.vocabs namespaces +sorting ; IN: definitions.icons GENERIC: definition-icon ( definition -- path ) @@ -40,6 +41,8 @@ ICON: word-link word-help-article ICON: link help-article ICON: runnable-vocab runnable-vocab ICON: vocab open-vocab +ICON: vocab-tag help-article +ICON: vocab-author help-article ICON: vocab-link unopen-vocab : $definition-icons ( element -- )