@@ -8,18 +8,18 @@ h2. Changes in 1.1
8
8
* New scanner: Taskpaper [#39, thanks to shimomura]
9
9
* Diff scanner: Highlight inline changes in multi-line changes [#99]
10
10
* JavaScript scanner: Highlight multi-line comments in diff correctly
11
+ * Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126]
11
12
* Remove double-click toggle handler from HTML table output
12
13
* Fixes to CSS scanner (floats, pseudoclasses)
13
- * Plugin does not warn about fallback when default is defined
14
- * Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
14
+ * CSS scanner uses @:id@ and @:tag@ now [#27]
15
15
* Add .xaml file type [#121, thanks to Kozman Bálint]
16
16
* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner]
17
- * Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05]
18
- * Accept keywords as Ruby 1.9 hash keys [#126]
19
17
* New token type @:id@ for CSS/Sass [#27]
20
- * CSS scanner uses @:id@ and @:tag@ now [#27]
21
18
* New token type @:done@ for Taskpaper [#39]
22
- * Fixed @:docstring@ token type
19
+ * Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
20
+ * Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05]
21
+ * Fixed @:docstring@ token type style
22
+ * @Plugin@ does not warn about fallback when default is defined
23
23
24
24
h2. Changes in 1.0.9
25
25
0 commit comments