mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Kill vestiges of CSON from TextMatePackage
This commit is contained in:
committed by
Nathan Sobo
parent
a41e3c1ebb
commit
8340a084d3
@@ -4,7 +4,6 @@ fsUtils = require 'fs-utils'
|
||||
plist = require 'plist'
|
||||
_ = require 'underscore'
|
||||
TextMateGrammar = require 'text-mate-grammar'
|
||||
CSON = require 'cson'
|
||||
async = require 'async'
|
||||
|
||||
module.exports =
|
||||
@@ -39,7 +38,7 @@ class TextMatePackage extends Package
|
||||
deactivate: ->
|
||||
# we should remove grammars and unregister properties, snippets, etc
|
||||
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage', 'cson', 'json']
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage']
|
||||
|
||||
loadGrammars: (done) ->
|
||||
fsUtils.isDirectoryAsync @syntaxesPath, (isDirectory) =>
|
||||
|
||||
Reference in New Issue
Block a user