neomutt / neomutt.vim

🔧 vim syntax for neomuttrc
GNU General Public License v2.0
39 stars 7 forks source link

Highlight issues when `bold` is used with `color` command #14

Open lmburns opened 1 year ago

lmburns commented 1 year ago

For example:

color header bold color52 default '^(Date)'

That isn't highlighted like the ones that do not include bold. i.e.,

color header brightblue   default '^(Received)'
flatcap commented 1 year ago

Ah, yes. I've probably seen this myself. Thanks for the poke.

Allowing the attributes before the colours is a fairly new feature. Much as I love Vim, the syntax file for NeoMutt is quite terrifying! I had a poke at it, last night, without success. I'll keep trying :-)