From fdba399c69b17b27d0fc1d181797155148284687 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Thu, 27 Feb 2014 11:04:35 -0500 Subject: [PATCH] Support es6 files as javascript The `ember-appkit-rails` library uses the `.es6` extension to support ES6 modules. Adds support for this type. --- grammars/javascript.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/grammars/javascript.cson b/grammars/javascript.cson index dffe7492..a704024b 100644 --- a/grammars/javascript.cson +++ b/grammars/javascript.cson @@ -3,6 +3,7 @@ 'js' 'htc' 'jsx' + 'es6' ] 'firstLineMatch': '^#!.*\\bnode' 'keyEquivalent': '^~J'