Skip to content

Commit

Permalink
fix(names): extract non-alphanumeric chars from names_custom from com…
Browse files Browse the repository at this point in the history
…posed table
  • Loading branch information
catgoose committed Dec 22, 2024
1 parent dc7216a commit b8ed35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/colorizer/parser/names.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ local function handle_names_custom(names_custom)
end

-- Add additional characters found in names_custom keys
local additonal_chars = extract_non_alphanum_keys(names_custom)
local additonal_chars = extract_non_alphanum_keys(extra_data)
names_cache.color_trie:additional_chars(additonal_chars)

for name, hex in pairs(extra_data) do
Expand Down

0 comments on commit b8ed35b

Please sign in to comment.