test: html string color

This commit is contained in:
Brian Pooe 2023-12-17 22:01:21 +02:00
parent 7184155033
commit 50e4582c92

View file

@ -336,5 +336,7 @@ return lush(function(injected_functions)
cssUIAttr({ fg = html_css_green }),
cssCommonAttr({ fg = html_css_green }),
sassDefinition({ fg = orange }),
htmlString({ fg = blue }),
}
end)