From f34438d73459e08b9057fc924f646a55b4c7f72f Mon Sep 17 00:00:00 2001 From: Geovani Date: Wed, 29 Jun 2016 23:15:37 -0300 Subject: [PATCH] More JS keywords reserved --- data/js/keywords_reserved.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/js/keywords_reserved.txt b/data/js/keywords_reserved.txt index fa6cd04..2a3ad3c 100644 --- a/data/js/keywords_reserved.txt +++ b/data/js/keywords_reserved.txt @@ -45,3 +45,19 @@ interface protected implements instanceof +abstract +boolean +byte +char +double +final +float +goto +int +long +native +short +synchronized +throws +transient +volatile \ No newline at end of file