mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Use es6 export in null-grammar.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user