summaryrefslogtreecommitdiffstats
path: root/after/syntax/vue/graphql.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/syntax/vue/graphql.vim')
-rw-r--r--after/syntax/vue/graphql.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/after/syntax/vue/graphql.vim b/after/syntax/vue/graphql.vim
new file mode 100644
index 00000000..c86f9d23
--- /dev/null
+++ b/after/syntax/vue/graphql.vim
@@ -0,0 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
+
+runtime! after/syntax/javascript/graphql.vim
+
+endif