mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Allow json grammars in TextMate bundles
This commit is contained in:
@@ -42,7 +42,7 @@ class TextMatePackage extends Package
|
||||
syntax.removeGrammar(grammar) for grammar in @grammars
|
||||
syntax.removeProperties(@path)
|
||||
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage']
|
||||
legalGrammarExtensions: ['plist', 'tmLanguage', 'tmlanguage', 'json']
|
||||
|
||||
loadGrammars: (done) ->
|
||||
fsUtils.isDirectoryAsync @syntaxesPath, (isDirectory) =>
|
||||
|
||||
Reference in New Issue
Block a user