Skip to content

Commit

Permalink
Fix styling again
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Oct 10, 2023
1 parent 593b0fd commit 988da83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/custom_highlights_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ local function get_linked_highlight_group(group_name)

return hi.link
else
return vim.fn.synIDattr(vim.fn.synIDtrans(vim.api.nvim_get_hl_id_by_name(group_name)), "name")
return vim.fn.synIDattr(
vim.fn.synIDtrans(vim.api.nvim_get_hl_id_by_name(group_name)),
"name"
)
end
end

Expand Down

0 comments on commit 988da83

Please sign in to comment.