From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/syntax/codeowners.mnv | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 uvim/runtime/syntax/codeowners.mnv (limited to 'uvim/runtime/syntax/codeowners.mnv') diff --git a/uvim/runtime/syntax/codeowners.mnv b/uvim/runtime/syntax/codeowners.mnv new file mode 100644 index 0000000000..e995d28693 --- /dev/null +++ b/uvim/runtime/syntax/codeowners.mnv @@ -0,0 +1,23 @@ +" MNV syntax file +" Language: codeowners +" Maintainer: Jon Parise +" Last Change: 2025 Sep 14 + +if exists('b:current_syntax') + finish +endif + +" Comments +syn match codeownersComment /#.*$/ contains=codeownersTodo,@Spell +syn keyword codeownersTodo TODO FIXME XXX contained + +" Patterns +syn match codeownersPattern /^#\@![^#]*/ contains=codeownersGlob +syn match codeownersGlob /^\S\+/ contained nextgroup=codeownersOwner skipwhite +syn match codeownersOwner /\S\+/ contained nextgroup=codeownersOwner skipwhite + +hi def link codeownersComment Comment +hi def link codeownersOwner Identifier +hi def link codeownersTodo Todo + +let b:current_syntax = 'codeowners' -- cgit 0.0.5-2-1-g0f52