Replace LoadTextMatePackagesTask with async grammar loading

This commit is contained in:
Nathan Sobo
2013-03-20 18:55:28 -06:00
parent 8e57ee2776
commit ab934cfbfb
9 changed files with 61 additions and 88 deletions

View File

@@ -10,7 +10,7 @@ describe "GitHub Flavored Markdown grammar", ->
grammar = syntax.addGrammar.argsForCall[0][0]
it "parses the grammar", ->
expect(grammar).toBeTruthy()
expect(grammar).toBeDefined()
expect(grammar.scopeName).toBe "source.gfm"
it "tokenizes horizontal rules", ->