Skip to content

Commit

Permalink
Add .txt endings for python snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Jan 3, 2024
1 parent a798a01 commit eaaa9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tools/ailly/plugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ const Best = {
{
score: 0.9,
language: "python",
name: "python.example_code.python.LambdaWrapper.full",
name: "python.example_code.python.LambdaWrapper.full.txt",
},
{
score: 0.9,
language: "python",
name: "python.example_code.rds.helper.InstanceWrapper_full",
name: "python.example_code.rds.helper.InstanceWrapper_full.txt",
},
{
score: 0.9,
language: "python",
name: "python.example_code.sfn.Scenario_GetStartedStateMachines",
name: "python.example_code.sfn.Scenario_GetStartedStateMachines.txt",
},
],
rust: [
Expand Down

0 comments on commit eaaa9c0

Please sign in to comment.