feat: css values

This commit is contained in:
Brian Pooe 2023-12-17 14:05:30 +02:00
parent 5e2a024043
commit f39018956c

View file

@ -313,7 +313,11 @@ return lush(function(injected_functions)
sassCssAttribute({ fg = html_css_green }),
--sassDefinition({ fg = orange }),
--sassCssAttribute({ fg = html_css_green }),
--sassAmpersand({ fg = html_css_yellow }),
sassAmpersand({ fg = html_css_yellow }),
cssTagName({ fg = html_css_yellow }),
cssColor({ fg = blue }),
StorageClass({ fg = html_css_white }),
cssBorderAttr({ fg = html_css_green }),
cssValueLength({ fg = html_css_green }),
}
end)