diff options
Diffstat (limited to 'ftdetect/graphql.vim')
| -rw-r--r-- | ftdetect/graphql.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftdetect/graphql.vim b/ftdetect/graphql.vim index 5d4c31e..031b545 100644 --- a/ftdetect/graphql.vim +++ b/ftdetect/graphql.vim @@ -1 +1,3 @@ -autocmd BufNewFile,BufReadPost *.graphql,*.gql setfiletype graphql +augroup PrettierFileDetect + autocmd BufNewFile,BufReadPost *.graphql,*.gql setfiletype graphql +augroup end |
