Use es6 export in null-grammar.js

This commit is contained in:
Max Brunsfeld
2016-08-16 09:03:50 -07:00
parent 8702b4ca47
commit 782b070964

View File

@@ -2,7 +2,7 @@
import {Disposable} from 'event-kit'
module.exports = Object.freeze({
export default Object.freeze({
name: 'Null Grammar',
scopeName: 'text.plain',
onDidUpdate (callback) {