Skip to content

Commit 8f513f2

Browse files
committed
提供到lua的binding
1 parent 10112df commit 8f513f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeFormatLib/src/CodeFormatLib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ static const luaL_Reg lib[] = {
631631
{"spell_load_dictionary_from_buffer", spell_load_dictionary_from_buffer},
632632
{"spell_analysis", spell_analysis},
633633
{"spell_suggest", spell_suggest},
634+
{"set_nonstandard_symbol", set_nonstandard_symbol},
634635
{nullptr, nullptr}
635636
};
636637

0 commit comments

Comments
 (0)