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 d385021 commit acf422aCopy full SHA for acf422a
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