feat: css values
This commit is contained in:
parent
5e2a024043
commit
f39018956c
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue