bitbake.vim 375 B

1234567891011121314151617
  1. " Vim filetype plugin file
  2. " Language: Bitbake
  3. " Maintainer: Gregory Anders <greg@gpanders.com>
  4. " Repository: https://github.com/openembedded/bitbake
  5. " Latest Revision: 2022-07-23
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. let b:did_ftplugin = 1
  10. setlocal commentstring=#%s
  11. setlocal comments=:#
  12. setlocal suffixesadd=.bb,.bbclass
  13. let b:undo_ftplugin = "setl cms< com< sua<"