Keyword formats a keyword for display.
(s string)
| 91 | |
| 92 | // Keyword formats a keyword for display. |
| 93 | func Keyword(s string) string { |
| 94 | return pretty.Sprint(DefaultStyles.Keyword, s) |
| 95 | } |
| 96 | |
| 97 | // Placeholder formats a placeholder for display. |
| 98 | func Placeholder(s string) string { |
no outgoing calls