mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add minor check for polish_hl in themes
This commit is contained in:
parent
6852de99a7
commit
52591f5704
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ M.extend_default_hl = function(highlights, integration_name)
|
|||
local polish_hl = M.get_theme_tb "polish_hl"
|
||||
|
||||
-- polish themes
|
||||
if polish_hl[integration_name] then
|
||||
if polish_hl and polish_hl[integration_name] then
|
||||
highlights = M.merge_tb(highlights, polish_hl[integration_name])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue