From 92df4f68408e44f56d5402ef0323097a4f6d602f Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 6 Jun 2015 18:23:26 -0300 Subject: [PATCH] Add "let" and "of" for JavaScript lang Add `let` and `of` for JavaScript lang. Refs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of --- PowerEditor/src/langs.model.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/langs.model.xml b/PowerEditor/src/langs.model.xml index 2d32c697..1897dba5 100644 --- a/PowerEditor/src/langs.model.xml +++ b/PowerEditor/src/langs.model.xml @@ -111,7 +111,7 @@ package transient strictfp void char short int long double float const static volatile byte boolean class interface native private protected public final abstract synchronized enum - abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for from function goto if implements import in instanceof int interface long native new package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with true false prototype + abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends final finally float for from function goto if implements import in instanceof int interface let long native new of package private protected public return short static super switch synchronized this throw throws transient try typeof var void volatile while with true false prototype