Handbook
Glossary
word-style ( word -- style )
Prettyprinter stylesheet
Next:
string-style ( str -- style )
Vocabulary
prettyprint
.
stylesheet
Inputs
word
a
word
Outputs
style
a style assoc
Word description
The stylesheet for word names
Definition
IN:
prettyprint.stylesheet
GENERIC:
word-style
( word -- style )
Methods
USING:
assocs
generic
namespaces
prettyprint.stylesheet
prettyprint.stylesheet.private
;
M:
highlighted-word
word-style
M\
highlighted-word
word-style
(call-next-method)
highlighted-word-style
get
assoc-union!
;
USING:
assocs
io.styles
kernel
namespaces
prettyprint.stylesheet
words
;
M:
word
word-style
[
presented
base-word-style
get
clone
[
set-at
]
keep
]
[
"word-style"
word-prop
]
bi
assoc-union!
;