vim-patch:0549c503ba20

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

0549c503ba

Co-authored-by: wzy <32936898+Freed-Wu@users.noreply.github.com>
This commit is contained in:
zeertzjq 2024-04-13 17:28:48 +08:00
parent 3b639222ff
commit ab1203b2eb
1 changed files with 16 additions and 0 deletions

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:*/,:///,://