mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
🎨
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import {Disposable} from 'event-kit'
|
||||
|
||||
export default Object.freeze({
|
||||
export default {
|
||||
name: 'Null Grammar',
|
||||
scopeName: 'text.plain.null-grammar',
|
||||
scopeForId (id) {
|
||||
@@ -35,6 +35,6 @@ export default Object.freeze({
|
||||
onDidUpdate (callback) {
|
||||
return new Disposable(noop)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function noop () {}
|
||||
|
||||
Reference in New Issue
Block a user