Changeset 27195 in project
- Timestamp:
- 08/04/12 21:30:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/colorize
r27136 r27195 31 31 * Haskell 32 32 * Unified Context Diff 33 * Cascading Style Sheets 33 * Cascading Style Sheets (CSS) 34 * Extensible Markup Language (XML) 35 * (Extensible) HyperText Markup Language ((X)HTML) 34 36 35 37 === Colorizing procedures … … 85 87 === Changelog 86 88 87 * trunk - Do not rely on {{set!}}'s undefined return value. Add some basic tests and try to lower compilation time by making the macro expansions less bulky. Improve "keyword" detection in Scheme code. Add {{css}} colorizer. Remove dependency on [[defstruct]].89 * 0.4 - Do not rely on {{set!}}'s undefined return value. Add some basic tests and try to lower compilation time by making the macro expansions less bulky. Improve "keyword" detection in Scheme code. Add {{css}} and {{xml}} (with {{xhtml}} and {{html}} alias) colorizers. Remove dependency on [[defstruct]]. 88 90 * 0.3.1 - Fix a potential bug in colorize setter code (thanks to [[/users/felix-winkelmann|Felix]]) 89 91 * 0.3 - Fix a few bugs in the Lisp colorizer that didn't always trigger in lisppaste's colorizer because it processes strings a line at a time(?)
Note: See TracChangeset
for help on using the changeset viewer.