You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Stop redirecting `stdout` of `colorize.sh` to `stdin`. Error output will appear in the console instead of the preview.
192
+
- Stop redirecting `stdout` of `colorize.sh` to `stdin`. Error output will appear in the console instead of the preview.
183
193
184
194
### Fixed
185
195
@@ -189,13 +199,14 @@ To disable, use:
189
199
190
200
### Added
191
201
192
-
- A note about conflict with Xcode 3.2's source code QL plugin. If you're having problems with QLCC on Snow Leopard please read it!
202
+
- A note about conflict with Xcode 3.2's source code QL plugin. If you're having problems with QLCC on Snow Leopard
203
+
please read it!
193
204
- Support for `Scala`, `Groovy`, `Interactive Data Language`, and `Coldfusion`.
194
205
- Build for `x86_64` in addition to `i386` and `ppc`.
195
206
196
207
### Changed
197
208
198
-
- Upgrade `highlight` from `2.6.6` to `2.12` -- This was long overdue. It's nice not to have to patch highlight anymore!
209
+
- Upgrade `highlight` from `2.6.6` to `2.12` -- This was long overdue. It's nice not to have to patch highlight anymore!
199
210
200
211
### Removed
201
212
@@ -209,7 +220,9 @@ To disable, use:
209
220
210
221
### Added
211
222
212
-
- Enabled "safe" plain-text handling. In other words, files like foo.txt will be supported, but not files without extensions. The only way to handle extensionless files is to handle -everything-. This can be done, but it requires a more defensive style of operation.
223
+
- Enabled "safe" plain-text handling. In other words, files like foo.txt will be supported, but not files without
224
+
extensions. The only way to handle extensionless files is to handle -everything-. This can be done, but it requires a
225
+
more defensive style of operation.
213
226
- Support for `textEncoding` option to set encoding for highlight portion of renderer, with default `UTF-8`.
214
227
- Support for `webkitTextEncoding` option to set encoding for webkit portion of renderer, with default `UTF-8`.
215
228
- Support for `.cs`, `.el`, `.jnlp` (xml), `.e` (eiffel), and `.vb`.
@@ -222,7 +235,7 @@ To disable, use:
222
235
223
236
### Added
224
237
225
-
-`Actionscript`, `Lisp`, `IDL`, `Verilog`, `VHDL`, `XHTML`(any others I forgot?).
238
+
-`Actionscript`, `Lisp`, `IDL`, `Verilog`, `VHDL`, `XHTML` (any others I forgot?).
226
239
-`.cls` and `.sty` as LaTeX extensions.
227
240
-`maxFileSize` option to keep us from hanging on huge files.
228
241
@@ -270,7 +283,7 @@ To disable, use:
270
283
271
284
### Changed
272
285
273
-
- Switched from Pygments to Highlight. This should increase speed-and-language coverage.
286
+
- Switched from Pygments to Highlight. This should increase speed-and-language coverage.
274
287
- Changed `.tex``UTI` to agree with TeXShop's.
275
288
- (Try to) let the system pick a different plugin if ours fails.
0 commit comments