Skip to content

Commit b85e0a2

Browse files
committed
muttrc.vim: highlight lightXXX colors too
They are added here: https://gitlab.com/muttmua/mutt/commit/7af70af5d94467d7833abf919297f1f4a615ad33
1 parent 71ee3fa commit b85e0a2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

syntax/muttrc.vim

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
" Vim syntax file
22
" FileType: muttrc
33
" Author: lilydjwg <[email protected]>
4-
" Last Change: 2010-09-22
54

6-
" ---------------------------------------------------------------------
75
syn match muttrcAliasKey contained /\s*[^- \t]\S*/ skipwhite nextgroup=muttrcAliasEmail,muttrcAliasEncEmail,muttrcAliasNameNoParens,muttrcAliasENNL
8-
" ---------------------------------------------------------------------
9-
" Vim Modeline:
10-
" vim:fdm=expr:fde=getline(v\:lnum-1)=~'\\v"\\s*-{20,}'?'>1'\:1
11-
" ---------------------------------------------------------------------
6+
7+
syn keyword muttrcColor contained lightblack lightblue lightcyan lightdefault lightgreen lightmagenta lightred lightwhite lightyellow
8+
syn match muttrcColor contained "\<\%(light\)\=color\d\{1,3}\>"

0 commit comments

Comments
 (0)