From eaaa9c0070adfb9ec8a9c5b4ccf6c1472a895fdc Mon Sep 17 00:00:00 2001 From: David Souther Date: Wed, 3 Jan 2024 12:45:07 -0500 Subject: [PATCH] Add .txt endings for python snippets --- .tools/ailly/plugin.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tools/ailly/plugin.mjs b/.tools/ailly/plugin.mjs index 4a3617e024b..319b25b2db9 100644 --- a/.tools/ailly/plugin.mjs +++ b/.tools/ailly/plugin.mjs @@ -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: [