gel.vim 475 B

1234567891011121314
  1. " Vim filetype plugin file
  2. " Language: TI Code Composer Studio General Extension Language
  3. " Document: https://downloads.ti.com/ccs/esd/documents/users_guide/ccs_debug-gel.html
  4. " Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
  5. " Last Change: 2024 Dec 25
  6. if exists("b:did_ftplugin") | finish | endif
  7. let b:did_ftplugin = 1
  8. setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
  9. setlocal commentstring=/*\ %s\ */
  10. let b:undo_ftplugin = "setl commentstring< comments<"