Skip to content

dbaileychess/vim-screeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published