mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
WIP - add local null grammar
This commit is contained in:
4
src/null-grammar.js
Normal file
4
src/null-grammar.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = Object.freeze({
|
||||
name: 'Null Grammar',
|
||||
scopeName: 'text.plain'
|
||||
})
|
||||
Reference in New Issue
Block a user