We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10112df commit 8f513f2Copy full SHA for 8f513f2
CodeFormatLib/src/CodeFormatLib.cpp
@@ -631,6 +631,7 @@ static const luaL_Reg lib[] = {
631
{"spell_load_dictionary_from_buffer", spell_load_dictionary_from_buffer},
632
{"spell_analysis", spell_analysis},
633
{"spell_suggest", spell_suggest},
634
+ {"set_nonstandard_symbol", set_nonstandard_symbol},
635
{nullptr, nullptr}
636
};
637
0 commit comments