Files
vim-polyglot/ftplugin/gsl.vim
2020-04-25 21:06:45 +02:00

6 lines
120 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gdscript') == -1
setlocal commentstring=//\ %s
endif