WIP - add local null grammar

This commit is contained in:
Max Brunsfeld
2016-07-28 14:38:13 -07:00
parent f1a302a139
commit 16c80f6eaf
3 changed files with 13 additions and 8 deletions

4
src/null-grammar.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = Object.freeze({
name: 'Null Grammar',
scopeName: 'text.plain'
})