1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-23 02:05:11 +01:00
vim/runtime/ftplugin/gdshader.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
309 B
VimL
Raw Permalink Normal View History

2022-08-30 20:26:34 +01:00
vim9script
# Vim filetype plugin file
# Language: Godot shading language
# Maintainer: Maxim Kim <habamax@gmail.com>
2022-09-18 13:04:22 +01:00
# Website: https://github.com/habamax/vim-gdscript
2022-08-30 20:26:34 +01:00
if exists("b:did_ftplugin") | finish | endif
b:did_ftplugin = 1
b:undo_ftplugin = 'setlocal suffixesadd<'
setlocal suffixesadd=.gdshader