Skip to content

Commit 359d456

Browse files
authored
fix: "rehighlight" function import (#126)
1 parent 8a65c44 commit 359d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/colorizer/sass.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ local function sass_parse_lines(bufnr, line_start, content, name)
207207
cc = nil
208208
end
209209

210-
require("colorizer.buffer").rehighlight(
210+
require("colorizer").rehighlight(
211211
bufnr,
212212
state[bufnr].options,
213213
state[bufnr].local_options,

0 commit comments

Comments
 (0)