Skip to content

Commit

Permalink
add comments on the supported languages array
Browse files Browse the repository at this point in the history
  • Loading branch information
internalfx committed Apr 18, 2015
1 parent 138eefb commit 7d8d61a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/hooks/moduleloader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@ module.exports = function(sails) {

var conf = localConfig.moduleloader;

// Declare supported languages
// Declare supported languages.

This comment has been minimized.

Copy link
@mikermcneil

mikermcneil May 18, 2015

Member

cool!

// To add another language use the format below.
// {
// extensions: An array of file extensions supported by this module
// module: the NPM module name
// require: the require statement
// }
var supportedLangs = [
{
extensions: ['iced','liticed'],
Expand Down

0 comments on commit 7d8d61a

Please sign in to comment.