view runtime/ftplugin/gdshader.vim @ 32997:3ee505e381ec

Added tag v9.0.1790 for changeset dd8da8f1c2bcb9ece8c7f05528e37f4b0bae6e48
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 11:15:05 +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