blob: 42e38338b7ee8d6844f855880464873e3524fc7f [file] [log] [blame]
wzy0549c502024-04-13 00:36:57 +08001" Vim filetype plugin file
2" Language: dts/dtsi (device tree files)
3" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
4" Latest Revision: 2024 Apr 12
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11let b:undo_ftplugin = 'setl inc< cms< com<'
12
13setlocal include=^\\%(#include\\\|/include/\\)
14" same as C
15setlocal commentstring&
16setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://