usd.vim 379 B

123456789101112131415
  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. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. let b:did_ftplugin = 1
  10. setlocal commentstring=#\ %s
  11. let b:undo_ftplugin = "setlocal commentstring<"