sponsor Vim development Vim logo Vim Book Ad

passwd : syntax of the /etc/passwd file

 script karma  Rating 13/10, Downloaded by 1420  Comments, bugs, improvements  Vim wiki

created by
Yakov Lerner
 
script type
syntax
 
description
This is highlighting syntax for the /etc/passwd file.
 
install details
Drop it into your syntax directory:
  1. mkdir -p ~/.vim/syntax
  2. mv passwd.vim ~/.vim/syntax/.

Then, use
       :setf passwd

, or add this to your ~/.vim/filetypes.vim to enable auto-detection:
  augroup filetypedetect
  au BufNewFile,BufRead passwd   setf passwd
  augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
passwd.vim 1.0 2004-01-26 6.0 Yakov Lerner Initial upload
ip used for rating: 23.20.220.59

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github