Skip to content

Commit

Permalink
add Scribunto to lua mapping
Browse files Browse the repository at this point in the history
This fixes issue Frederisk#62
  • Loading branch information
BryghtShadow authored Jul 27, 2022
1 parent 04a6c0c commit 4c02479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/export_command/wikimedia_function/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ export async function getPageCode(args: Record<string, string>, tBot: MWBot): Pr
return 'jsonc';
case 'sanitized-css':
return 'css';
case 'Scribunto':
return 'lua';
default:
return modelName;
}
Expand Down

0 comments on commit 4c02479

Please sign in to comment.