Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 988eff4

Browse files
joefiorinikevinsawicki
authored andcommitted
Support es6 files as javascript
The `ember-appkit-rails` library uses the `.es6` extension to support ES6 modules. Adds support for this type. Conflicts: grammars/javascript.cson
1 parent d18b536 commit 988eff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grammars/javascript.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'htc'
55
'jsx'
66
'_js'
7+
'es6'
78
]
89
'firstLineMatch': '^#!.*\\bnode'
910
'keyEquivalent': '^~J'

0 commit comments

Comments
 (0)