summaryrefslogtreecommitdiff
path: root/ftdetect/graphql.vim
diff options
context:
space:
mode:
authorTae Sandoval <tssm@users.noreply.github.com>2021-07-28 22:57:26 +0200
committerSantos Gallegos <stsewd@protonmail.com>2021-07-30 14:35:32 -0500
commit950932f0c217979a31dc4b0dd00174453427600e (patch)
tree20b0e6e6ea7e7facb70edeb044e2a9689c3be1df /ftdetect/graphql.vim
parentdedd74ebdbb8a921d95e3c670be9684d9f655c34 (diff)
Add some missing ftdetect files
Diffstat (limited to 'ftdetect/graphql.vim')
-rw-r--r--ftdetect/graphql.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/graphql.vim b/ftdetect/graphql.vim
new file mode 100644
index 00000000..c4f3b754
--- /dev/null
+++ b/ftdetect/graphql.vim
@@ -0,0 +1 @@
+autocmd BufNewFile,BufRead *.graphql,*.graphqls,*.gql setfiletype graphql