blob: 8b280d983650d6764824bb50b7e92e15f76c0329 [file] [log] [blame]
Wu, Zhenyu39a4eb02024-12-31 10:25:44 +01001" Vim filetype plugin file
2" Language: TI linker command file
3" Document: https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html
4" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
5" Last Change: 2024 Dec 31
6
7if exists("b:did_ftplugin") | finish | endif
8let b:did_ftplugin = 1
9
10setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
11setlocal commentstring=/*\ %s\ */
12setlocal iskeyword+=.
13
14let b:undo_ftplugin = "setl commentstring< comments< iskeyword<"