mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
minor(snip): space in set and ak/sk
This commit is contained in:
@@ -38,7 +38,7 @@ local greek_letters_map = {
|
||||
local greek_keys = {}
|
||||
local greek_letters_set = {}
|
||||
local common_indices = { '\\d+', '[i-n]' }
|
||||
local index_conflicts = { 'in', 'ln', 'pi', 'xi', 'ak', 'sk' }
|
||||
local index_conflicts = { 'in', 'ln', 'pi', 'xi' }
|
||||
local index_conflicts_set = {}
|
||||
local trigger_greek = ''
|
||||
local trigger_index_pre = ''
|
||||
|
||||
Reference in New Issue
Block a user