usd.vim (379B)
1 " Vim filetype plugin file 2 " Language: Pixar Animation's Universal Scene Description format 3 " Maintainer: Colin Kennedy <colinvfx@gmail.com> 4 " Last Change: 2023 May 9 5 " 2023 Aug 28 by Vim Project (undo_ftplugin) 6 7 if exists("b:did_ftplugin") 8 finish 9 endif 10 let b:did_ftplugin = 1 11 12 setlocal commentstring=#\ %s 13 14 let b:undo_ftplugin = "setlocal commentstring<"