ap / vim-css-color

Preview colours in source code while editing
http://www.vim.org/scripts/script.php?script_id=5056
MIT License
1.77k stars 78 forks source link

Add support for template strings #179

Open aminnairi opened 1 year ago

aminnairi commented 1 year ago

This would be awesome, in combination with the vim-styled-components plugin, to have colors inside of template strings with the @emotion/styled package.

import styled from "@emotion/styled"

export const Component = styled.div`
  background-color: #1234ab;
`