Skip to content

Commit

Permalink
fix: "rehighlight" function import (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
impankratov authored Jan 9, 2025
1 parent 8a65c44 commit 359d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/colorizer/sass.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ local function sass_parse_lines(bufnr, line_start, content, name)
cc = nil
end

require("colorizer.buffer").rehighlight(
require("colorizer").rehighlight(
bufnr,
state[bufnr].options,
state[bufnr].local_options,
Expand Down

0 comments on commit 359d456

Please sign in to comment.