styled-components / vim-styled-components

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

Ignore CSS3 file inclusion on Neovim #50

Closed raviqqe closed 5 years ago

raviqqe commented 5 years ago

Neovim doesn't have syntax/css/*.vim files.

fleischie commented 5 years ago

Hello @raviqqe .

Thank you very much for your contribution. 🙏

CSS3 files aren't included in the default vim distribution as well, only by a third party plugin, that I mentioned in the Readme. Is this change providing any additional value over the already in place try-catch block?

I just read your changes and didn't try them yet, so maybe I'm missing something?

raviqqe commented 5 years ago

It seems to be more like I was missing something.

Although I made this change because I saw the error of missing syntax/css/*.vim files when I opened files with neovim, now it causes no problem maybe because I updated my vim plugins.

Anyway, sorry for bothering you. Now my problem is solved!

fleischie commented 5 years ago

No problem. I'm glad you made the effort. 😄👍