Skip to content

Commit bc11128

Browse files
committed
Add "static" to reserved words to be consistent with "let" etc which are sometimes not reserved in sloppy mode
1 parent 90a9649 commit bc11128

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ecmascript.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ variables:
4040
keywordLanguage: >-
4141
break | case | catch | class | const | continue | debugger | default |
4242
delete | do | else | export | extends | finally | for | function | if |
43-
import | in | instanceof | let | new | return | super | switch | this |
44-
throw | try | typeof | var | void | while | with | yield
43+
import | in | instanceof | let | new | return | static | super | switch |
44+
this | throw | try | typeof | var | void | while | with | yield
4545
keywordReserved: >-
4646
await | enum | implements | interface |
4747
package | private | protected | public

0 commit comments

Comments
 (0)