summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/gdshader.vim
blob: 809a005675011cf9648504d74a1af065661f3227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
vim9script

# Vim filetype plugin file
# Language: Godot shading language
# Maintainer: Maxim Kim <habamax@gmail.com>
# Website: https://github.com/habamax/vim-gdscript

if exists("b:did_ftplugin") | finish | endif
b:did_ftplugin = 1

b:undo_ftplugin = 'setlocal suffixesadd<'

setlocal suffixesadd=.gdshader