This commit is contained in:
Antonio Scandurra
2016-10-12 12:04:54 +02:00
parent 00f4c7b282
commit d3882c165f
3 changed files with 25 additions and 20 deletions

View File

@@ -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 () {}