mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
6 lines
167 B
CoffeeScript
6 lines
167 B
CoffeeScript
TextMatePackage = require 'text-mate-package'
|
|
|
|
module.exports =
|
|
loadPackage: (name) ->
|
|
callTaskMethod('packageLoaded', new TextMatePackage(name).readGrammars())
|