Skip to content

Commit

Permalink
Add support for .luau file paths (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo authored Nov 9, 2022
1 parent d91a1a0 commit 601a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus-plugin-moonwave/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module.exports = (context, options) => ({
},

getPathsToWatch() {
return options.code.map((filePath) => `${filePath}/**/*.lua`)
return options.code.map((filePath) => `${filePath}/**/*.{lua,luau}`)
},

async loadContent() {
Expand Down

0 comments on commit 601a680

Please # to comment.