Skip to content

Commit 7f7dd68

Browse files
authored
Merge pull request #1291 from WolframResearch/SupportForAmbiguousCases
Improved automatic code correction
2 parents 9a326ca + 3c87cd1 commit 7f7dd68

File tree

4 files changed

+255
-27
lines changed

4 files changed

+255
-27
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@
1313
/Source/Chatbook/ColorData.wl @KMDaily
1414
/Source/Chatbook/Menus.wl @KMDaily
1515
/Source/Chatbook/PreferencesContent.wl @KMDaily
16-
/Source/Chatbook/UI.wl @KMDaily
16+
/Source/Chatbook/UI.wl @KMDaily
17+
18+
# Automatic code correction
19+
# /Assets/SyntaxArguments.wxf cpakleza@wolfram.com
20+
# /Source/Chatbook/CodeCheck.wl cpakleza@wolfram.com
21+
# /Tests/CodeCheck.wlt cpakleza@wolfram.com

Assets/SyntaxArguments.wxf

46.7 KB
Binary file not shown.

PacletInfo.wl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ PacletObject[ <|
4141
{ "Icons" , "Icons.wxf" },
4242
{ "SandboxMessages" , "SandboxMessages.wl" },
4343
{ "TemplateBoxOptions" , "TemplateBoxOptions.wxf" },
44-
{ "Tokenizers" , "Tokenizers" }
44+
{ "Tokenizers" , "Tokenizers" },
45+
{ "SyntaxInformation" , "SyntaxArguments.wxf" }
4546
}
4647
},
4748
{ "LLMConfiguration",

0 commit comments

Comments
 (0)