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 baf2b03 + acf422a commit ca961f8Copy full SHA for ca961f8
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