diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:06:45 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:06:45 +0200 |
commit | b2ee28374b942026474e77d9aa6fc538f105755b (patch) | |
tree | ce7160a3938f6d8ff355c71b42c168aa86406a5e /ftplugin/gsl.vim | |
parent | 68b2748af117b56208f25678c4b465af00dc64c5 (diff) | |
download | vim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.tar.gz vim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.zip |
Add gdscript, closes #483
Diffstat (limited to 'ftplugin/gsl.vim')
-rw-r--r-- | ftplugin/gsl.vim | 5 |
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 |