dbaileychess / vim-screeps

Vim Syntax highlighting for the Screeps MMO game (https://screeps.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-screeps

A small syntax plugin for screeps in vim.

Installation

  • Vundle

    Add as a plugin in Vundle

    Plugin 'dbaileychess/vim-screeps' 

    Run :PluginInstall

Usage

Automatically

Since screep files are plain javascript (.js) this plugin looks at the first line of .js files for the presence of: \screeps

If it finds that keyword, it will automatically apply the syntax screeps.

Manually

Copy the screeps.vim into your local .vim/syntax/ directory. Manually set the filetype using:

set filetype=screeps

About

Vim Syntax highlighting for the Screeps MMO game (https://screeps.com)


Languages

Language:Vim Script 100.0%