返回
Warning: You may not have write permissions to the file; saving may fail.
## Syntax highlighting for emails. syntax email "\.eml$" # Quoted lines. color green "^>.*" color cyan "^> ?>.*" color yellow "^> ?> ?>.*" # Email addresses. color brightmagenta "<[^@]+@[^@]+>" # URLs. color brightblue "(https?|ftp)://\S+\.\S+[^\s.)]" # Signatures, even quoted ones. color yellow start="^>* ?-- $" end="^>* ?$"
保存