Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit b168747

Browse files
committed
patch previous commit into the files of record and rebuild derivatives
1 parent 5cd53ec commit b168747

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

distrib/prettify-small.zip

4 Bytes
Binary file not shown.

js-modules/prettify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ var prettyPrint;
149149
"throw,true,try,unless,until,when,while,yes";
150150
var JSCRIPT_KEYWORDS = [COMMON_KEYWORDS,
151151
"abstract,async,await,constructor,debugger,enum,eval,export,function," +
152-
"get,implements,instanceof,interface,let,null,set,undefined,var,with," +
153-
"yield,Infinity,NaN"];
152+
"get,import,implements,instanceof,interface,let,null,of,set,undefined," +
153+
"var,with,yield,Infinity,NaN"];
154154
var PERL_KEYWORDS = "caller,delete,die,do,dump,elsif,eval,exit,foreach,for," +
155155
"goto,if,import,last,local,my,next,no,our,print,package,redo,require," +
156156
"sub,undef,unless,until,use,wantarray,while,BEGIN,END";

loader/prettify.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loader/run_prettify.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node_prettify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ var prettyPrint;
149149
"throw,true,try,unless,until,when,while,yes";
150150
var JSCRIPT_KEYWORDS = [COMMON_KEYWORDS,
151151
"abstract,async,await,constructor,debugger,enum,eval,export,function," +
152-
"get,implements,instanceof,interface,let,null,set,undefined,var,with," +
153-
"yield,Infinity,NaN"];
152+
"get,import,implements,instanceof,interface,let,null,of,set,undefined," +
153+
"var,with,yield,Infinity,NaN"];
154154
var PERL_KEYWORDS = "caller,delete,die,do,dump,elsif,eval,exit,foreach,for," +
155155
"goto,if,import,last,local,my,next,no,our,print,package,redo,require," +
156156
"sub,undef,unless,until,use,wantarray,while,BEGIN,END";

src/run_prettify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ var IN_GLOBAL_SCOPE = false;
426426
"throw,true,try,unless,until,when,while,yes";
427427
var JSCRIPT_KEYWORDS = [COMMON_KEYWORDS,
428428
"abstract,async,await,constructor,debugger,enum,eval,export,function," +
429-
"get,implements,instanceof,interface,let,null,set,undefined,var,with," +
430-
"yield,Infinity,NaN"];
429+
"get,import,implements,instanceof,interface,let,null,of,set,undefined," +
430+
"var,with,yield,Infinity,NaN"];
431431
var PERL_KEYWORDS = "caller,delete,die,do,dump,elsif,eval,exit,foreach,for," +
432432
"goto,if,import,last,local,my,next,no,our,print,package,redo,require," +
433433
"sub,undef,unless,until,use,wantarray,while,BEGIN,END";

0 commit comments

Comments
 (0)