diff options
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,3 +69,7 @@ augroup filetypedetect autocmd BufNewFile,BufRead *.swift set filetype=swift augroup END +" Fix for https://github.com/sheerun/vim-polyglot/issues/236#issuecomment-387984954 +if (!exists('g:graphql_javascript_tags')) + let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL'] +endif |