passwd : syntax of the /etc/passwd file
| script karma |
Rating 13/10,
Downloaded by 1729 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|