Update 2024-12-16 19:13 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-16 19:13:26 +01:00
parent 6d6f0e9a46
commit e4b33a77ba
16 changed files with 677 additions and 12 deletions

View File

@@ -0,0 +1,19 @@
if exists('b:did_ftplugin')
finish
endif
runtime! ftplugin/html.vim
setlocal path+=layouts,resources,content,archetypes,static,data,layouts/_default,layouts/partials
setlocal suffixesadd=.html
setlocal commentstring={{/*%s*/}}
if exists('loaded_matchit')
let b:match_words=b:match_words.','
\.'\<\%(define\|block\|with\|range\|if\)\>:'
\.'\<else\>:'
\.'\<end\>,'
endif
let b:undo_ftplugin = 'setlocal com< path<'