From b8adf4648941f01fe30d8c2f175d23c19535c4a1 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 25 May 2015 00:03:48 +0200 Subject: [PATCH] Add jsm to the Javascript extensions .jsm is short for Javascript module and is at least used in Mozilla Addons for shared code. --- 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 7a62559c..0bd10ce8 100644 --- a/PowerEditor/src/langs.model.xml +++ b/PowerEditor/src/langs.model.xml @@ -110,7 +110,7 @@ instanceof assert if else switch case default break goto return for while do continue new throw throws try catch finally this super extends implements import true false null 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 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