definitions.icons: fix circularity
parent
ca05f78f4d
commit
a25ef8b5d9
|
@ -2,8 +2,7 @@
|
|||
! 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 help.vocabs namespaces
|
||||
sorting ;
|
||||
lexer parser help.topics help.markup namespaces sorting ;
|
||||
IN: definitions.icons
|
||||
|
||||
GENERIC: definition-icon ( definition -- path )
|
||||
|
@ -38,11 +37,9 @@ ICON: symbol symbol-word
|
|||
ICON: constant constant-word
|
||||
ICON: word normal-word
|
||||
ICON: word-link word-help-article
|
||||
ICON: link help-article
|
||||
ICON: topic 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 -- )
|
||||
|
|
Loading…
Reference in New Issue