Vim-prettier: bump plugin dependency to prettier 1.5

Created on 27 Jun 2017  路  5Comments  路  Source: prettier/vim-prettier

Prettier 1.5 has been release highlights are:

  • GraphQL
  • CSS-in-JS
  • JSON Support

We should be able now include JSON and GraphQL support

enhancement

All 5 comments

Yeah, would love json filetype to be automatically detected too, it would be awesome!

Detecting *.graphql and *.gql files would be enough, I think.

graphql support was added by https://github.com/mitermayer/vim-prettier/pull/17, and it should work as long as the graphql filetype detection is provided by some other vim plugin.

To avoid relying on other plugins for filetype detection I will be tracking it on https://github.com/mitermayer/vim-prettier/issues/23

Makes a lot of sense. Thank you!

@andreiglingeanu done :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

n-xlkt picture n-xlkt  路  5Comments

cdimitroulas picture cdimitroulas  路  5Comments

tugorez picture tugorez  路  7Comments

dedoyle picture dedoyle  路  11Comments

christopherball picture christopherball  路  4Comments