view runtime/ftplugin/gdshader.vim @ 36197:2d2d82bb66be draft default tip

Added tag v9.1.0744 for changeset 40543b042c11eb455649e4cdf4fe0eee3e0a4572
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Sep 2024 16:30:46 +0200
parents 0827d3d6d8c0
children
line wrap: on
line source

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