gdshader.vim 366 B

1234567891011121314
  1. " Vim filetype plugin file
  2. " Language: Godot shading language
  3. " Maintainer: Maxim Kim <habamax@gmail.com>
  4. " Website: https://github.com/habamax/vim-gdscript
  5. "
  6. " This file has been manually translated from Vim9 script.
  7. if exists("b:did_ftplugin") | finish | endif
  8. let b:did_ftplugin = 1
  9. let b:undo_ftplugin = 'setlocal suffixesadd<'
  10. setlocal suffixesadd=.gdshader