splat-syntax


Ⅰ. 插件描述

Ⅱ. 基本信息

创建日期:  2016-02-26
使用用户:  0
Github星:  0
插件作者:  Samson Danziger

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'marscapone/splat-syntax'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

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

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'marscapone/splat-syntax'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'marscapone/splat-syntax'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/marscapone/splat

Ⅳ. 文档说明

# splat
By Samson Danziger & Oliver Steptoe

A functional language operating on streams (ish). In fact this language operates on lists, but we'll ignore that detail.

A full language reference can be found in splat-user-manual.pdf.

Using Splat

  1. Clone the repo
  2. Run make
  3. ./splat [filename] or ./splat [filename] < [input file]
    For example: ./splat problems/pr1.spl < problems/task1nums

Syntax themes

There are currently a few syntax themes for Splat.

EditorLink
Atomhttps://atom.io/packages/language-splat
Vimhttp://www.vim.org/scripts/script.php?script_id=5380

添加新评论