8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b0cf5 commit 57ffbc7Copy full SHA for 57ffbc7
Changes.textile
@@ -7,6 +7,7 @@ h2. Changes in 1.1
7
* Diff scanner: Highlight inline changes in multi-line changes [#99]
8
* Remove double-click toggle handler from HTML table output
9
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
10
+* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner]
11
12
h2. Changes in 1.0.9
13
lib/coderay/token_kinds.rb
@@ -85,6 +85,4 @@ module CodeRay
85
TokenKinds[:method] = TokenKinds[:function]
86
TokenKinds[:escape] = TokenKinds[:delimiter]
87
TokenKinds[:docstring] = TokenKinds[:comment]
88
-
89
- TokenKinds.freeze
90
end
0 commit comments