styled-components / vim-styled-components

Vim bundle for http://styled-components.com based javascript files.
300 stars 24 forks source link

Hoc fix specific to vim-javascript #60

Closed AlanWarren closed 5 years ago

AlanWarren commented 5 years ago

Hello,

I'm adding in a fix for pangloss/vim-javascript, specific to the following use-case. Everything after the opening paren is inside a jsParen group, and not highlighted correctly.

export const StyledColorPicker = themeMapper(styled.div`
  input {
    padding-left: 44px !important;
  }
`)

Thanks!

fleischie commented 5 years ago

Hello @AlanWarren and thank you very much,

two things:

Thanks again. 🙇

fleischie commented 5 years ago

Closed via #61