Skip to content

Commit

Permalink
expose parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Nov 3, 2015
1 parent 1cb7e81 commit 56f83ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/emmet.js
Expand Up @@ -272,6 +272,7 @@ define(function(require, exports, module) {

// expose some useful data for plugin authors
actions: actions,
parser: parser,
file: file,
preferences: preferences,
resources: resources,
Expand All @@ -284,4 +285,4 @@ define(function(require, exports, module) {
editor: require('./utils/editor')
}
};
});
});

0 comments on commit 56f83ce

Please sign in to comment.