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.
2 parents cd7f90f + ca961f8 commit 5070b63Copy full SHA for 5070b63
lib/coderay/encoders/html/output.rb
@@ -76,8 +76,6 @@ def wrap! element, *args
76
apply_title! title
77
end
78
self
79
- when nil
80
- return self
81
else
82
raise "Unknown value %p for :wrap" % element
83
lib/coderay/scanners/java.rb
@@ -20,7 +20,7 @@ class Java < Scanner
20
MAGIC_VARIABLES = %w[ this super ] # :nodoc:
21
TYPES = %w[
22
boolean byte char class double enum float int interface long
23
- short void
+ short void var
24
] << '[]' # :nodoc: because int[] should be highlighted as a type
25
DIRECTIVES = %w[
26
abstract extends final implements native private protected public
0 commit comments