dawagner / pfw-vim-syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim syntax plugin for Extended Domain Description files (a.k.a .pfw files)

Previews

Here are few previews with various colorschemes:

Default gVim

default-gvim

Solarized light

solarized-light

Solarized dark

solarized-dark

Base16-tomorrow

base16-tomorrow

Install instructions:

With plugin manager (Pathogen)

Just clone this repo into your your ~/.vim/bundle directory.

git clone https://github.com/Makohoek/pfw-vim-syntax.git

Without plugin manager

Copy the content of this repo into your ~/.vim directory.

git clone https://github.com/Makohoek/pfw-vim-syntax.git
cp -r pfw-vim-syntax/* ~/.vim/

Missing features / known issues

  • No indentation file so vim does not know how to autoindent .pfw files

About


Languages

Language:Vim Script 100.0%