Logo
Explore Help
Sign In
CC-tea/org-vim
1
0
Fork 0
You've already forked org-vim
mirror of https://github.com/vim/vim.git synced 2026-04-19 18:26:05 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
7e0eb5271e455beee52bd3f444bb68052900dfd5
org-vim/runtime/ftplugin/wks.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
340 B
VimL
Raw Normal View History

patch 9.2.0235: filetype: wks files are not recognized. Problem: filetype: wks files are not recognized. Solution: Detect *.wks, *.wks.in and *.wks.inc as wks filetype, include a filetype and syntax plugin (Anakin Childerhose) The OpenEmbedded Image Creation tool, `wic` uses wic kickstarter files to define image partition and bootloader layouts. wks files can end with .wks, .wks.in for templated wks files, and .wks.inc for including in other .wks files. The autocmd for *.wks.inc needs to come before *.inc in runtime/ftdetect.vim Reference: https://docs.yoctoproject.org/ref-manual/kickstart.html#openembedded-kickstart-wks-reference https://git.openembedded.org/openembedded-core/tree/scripts/lib/wic/canned-wks closes: #19796 Signed-off-by: Anakin Childerhose <anakin@childerhose.ca> Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-03-23 19:40:12 +00:00
" Vim filetype plugin file
" Language: OpenEmbedded Image Creator (WIC) Kickstarter files wks
" Maintainer: Anakin Childerhose <anakin@childerhose.ca>
" Last Change: 2026 Mar 23
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal comments=:#
setlocal commentstring=#\ %s
let b:undo_ftplugin = 'setlocal com< cms<'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1385ms Template: 82ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API