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