mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add cson to valid grammar extensions
This commit is contained in:
@@ -51,7 +51,7 @@ class TextMatePackage extends Package
|
||||
syntax.removeGrammar(grammar) for grammar in @grammars
|
||||
syntax.removeProperties(@path)
|
||||
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage', 'json']
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage', 'json', 'cson']
|
||||
|
||||
loadGrammars: (done) ->
|
||||
fsUtils.isDirectory @getSyntaxesPath(), (isDirectory) =>
|
||||
|
||||
Reference in New Issue
Block a user