0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

runtime(dts): include ftplugin support (#14522)

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
wzy 2024-04-13 00:36:57 +08:00 committed by GitHub
parent 159dc0fcf9
commit 0549c503ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
runtime/ftplugin/dts.vim Normal file
View File

@ -0,0 +1,16 @@
" Vim filetype plugin file
" Language: dts/dtsi (device tree files)
" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
" Latest Revision: 2024 Apr 12
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
let b:undo_ftplugin = 'setl inc< cms< com<'
setlocal include=^\\%(#include\\\|/include/\\)
" same as C
setlocal commentstring&
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://