Skip to content

0x616469/vim-spd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

vim-spd syntax highlighting

Provides syntax highlighting for spd files (see http://spd.sourceforge.net/).

Installation

Copy the "syntax" folder to your ~/.vim directory.

Usage

To use either set the syntax manually when editing a spd file:

:set syntax=spd

or add the following to ~/.vim/scripts.vim:

if did_filetype()
    finish
endif
if getline(1) =~# '^host    username        password        description     product$'
    setfiletype spd
endif

About

Vim syntax highlighting for Simple Password Displayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published