contributions-vim-pp


Ⅰ. 插件描述

PP —the grammar description language from Hoa\Compiler— support in Vim.

Ⅱ. 基本信息

创建日期:  2015-09-02
使用用户:  3
Github星:  1
插件作者:  Hoa

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'hoaproject/contributions-vim-pp'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'hoaproject/contributions-vim-pp'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'hoaproject/contributions-vim-pp'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/hoaproject/contributions-vim-pp

Ⅳ. 文档说明

Hoa

Hoa is a modular, extensible and structured set of PHP libraries.
Moreover, Hoa aims at being a bridge between industrial and research worlds.

Contributions/Vim/Pp

This repository contains Vim tools for the PP grammar description language from
[the PHP Hoa\Compiler
library](http://central.hoa-project.net/Resource/Library/Compiler):

  • File type plugin,
  • File type detection,
  • File syntax and,
  • Color scheme.

Installation

With Vundle, to include this plugin into
your Vim plugins, you need to require
hoaproject/Contributions-Vim-Pp (in your
plugin list file):

Plugin 'hoaproject/Contributions-Vim-Pp'

Then, in the Vim command mode (press Esc):

:source %
:PluginInstall

Quick usage

Just open a PP file in Vim, nothing special to do! For instance, try the
hoa://Library/Compiler/Llk/Llk.pp
file:

The plugin in action

Documentation

Different documentations can be found on the website:
http://hoa-project.net/.

License

Hoa is under the New BSD License (BSD-3-Clause). Please, see
LICENSE.

添加新评论