view runtime/ftplugin/gdshader.vim @ 32600:d588202c7c37

Added tag v9.0.1631 for changeset f35ea6c38a20f08ed44885be71577f9f8ab3d08e
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Jun 2023 17:45: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