styled-components / vim-styled-components

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

Support multi-line imports #17

Closed fleischie closed 7 years ago

fleischie commented 7 years ago

Having the following import statement does not trigger the correct filetype detection:

import styled, {
  css,
  keyframes,
} from 'styled-components';

Maybe the regex can be extended to include multi-line import statements.

fleischie commented 7 years ago

This should be included in the next release, which will include this and #18 (hopefully soonish).