From 1e314fc14039554d295946197446ca91b3aa65a4 Mon Sep 17 00:00:00 2001 From: Davide Angelocola Date: Sun, 30 Sep 2018 10:23:20 +0200 Subject: [PATCH] non java keywords --- lib/coderay/scanners/java.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/coderay/scanners/java.rb b/lib/coderay/scanners/java.rb index 982a796f..881c09cf 100644 --- a/lib/coderay/scanners/java.rb +++ b/lib/coderay/scanners/java.rb @@ -12,8 +12,7 @@ class Java < Scanner KEYWORDS = %w[ assert break case catch continue default do else finally for if instanceof import new package - return switch throw try typeof while - debugger export + return switch throw try while ] # :nodoc: RESERVED = %w[ const goto ] # :nodoc: CONSTANTS = %w[ false null true ] # :nodoc: