Files
vim-polyglot/after/syntax/vue/graphql.vim
Adam Stankiewicz b8a5504021 Update
2019-12-31 14:05:09 +01:00

6 lines
134 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
runtime! after/syntax/javascript/graphql.vim
endif