summaryrefslogtreecommitdiffstats
path: root/ftplugin/gsl.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-04-25 21:06:45 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-04-25 21:06:45 +0200
commitb2ee28374b942026474e77d9aa6fc538f105755b (patch)
treece7160a3938f6d8ff355c71b42c168aa86406a5e /ftplugin/gsl.vim
parent68b2748af117b56208f25678c4b465af00dc64c5 (diff)
downloadvim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.tar.gz
vim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.zip
Add gdscript, closes #483
Diffstat (limited to 'ftplugin/gsl.vim')
-rw-r--r--ftplugin/gsl.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/gsl.vim b/ftplugin/gsl.vim
new file mode 100644
index 00000000..de18da43
--- /dev/null
+++ b/ftplugin/gsl.vim
@@ -0,0 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gdscript') == -1
+
+setlocal commentstring=//\ %s
+
+endif