summaryrefslogtreecommitdiffstats
path: root/ftplugin/gsl.vim
blob: de18da430ef0130b7e521d6ff607fa9775b6d39f (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gdscript') == -1

setlocal commentstring=//\ %s

endif