chore: general upkeep

This commit is contained in:
mirtlecn
2024-05-15 10:07:18 +08:00
parent 8b4093d25e
commit 7d5952d97a
7 changed files with 22 additions and 22 deletions

View File

@@ -170,7 +170,7 @@ function f.init( env )
-- 配置:辅码引导符号,默认为反引号 `
local search_key = config:get_string( 'key_binder/search' ) or config:get_string( ns .. '/key' ) or '`'
env.search_key_alt = alt_lua_punc( search_key )
local code_pattern = config:get_string( ns .. '/code_pattern' ) or '[a-z]'
local code_pattern = config:get_string( ns .. '/code_pattern' ) or '[a-z;]'
-- 配置seg tag
local tag = config:get_list( ns .. '/tags' )