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-03-03 11:38:04 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
a025a46d4169587145fb54f04af349cd05cb6122
org-vim/runtime/ftplugin/codeowners.vim

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

15 lines
310 B
VimL
Raw Normal View History

patch 9.1.1764: filetype: CODEOWNERS file not recognized Problem: filetype: CODEOWNERS file not recognized Solution: Detect CODEOWNERS file as codeowners filetype, include a syntax and filetype plugin (Jon Parise). CODEOWNERS files define code ownership rules for GitHub-hosted (and other) repositories. The syntax is similar to 'gitignore' files but differs in enough ways to warrant its own filetype. References: - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners closes: #18299 Signed-off-by: Jon Parise <jon@indelible.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-09-15 19:35:47 +00:00
" Vim filetype plugin
" Language: codeowners
" Maintainer: Jon Parise <jon@indelible.org>
" Last Change: 2025 Sep 14
"
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
setl comments=:# commentstring=#\ %s
setl formatoptions-=t formatoptions+=croql
let b:undo_ftplugin = 'setl com< cms< fo<'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3977ms Template: 423ms
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