Add gdscript, closes #483

This commit is contained in:
Adam Stankiewicz
2020-04-25 21:06:45 +02:00
parent 68b2748af1
commit b2ee28374b
8 changed files with 497 additions and 1 deletions

5
ftplugin/gsl.vim Normal file
View File

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