From b2ee28374b942026474e77d9aa6fc538f105755b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 25 Apr 2020 21:06:45 +0200 Subject: Add gdscript, closes #483 --- ftplugin/gsl.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/gsl.vim (limited to 'ftplugin/gsl.vim') 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 -- cgit v1.2.3