GitXplorerGitXplorer
d

vim-screeps

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e796767f8096bebc417acde52960bed583483ae

basic readme

ddbaileychess committed 6 years ago
Unverified
f2e384676a4e542c423b80e3032e6367797ca624

started to add bulk constants

ddbaileychess committed 6 years ago
Unverified
3c8ee0047314e6875527e65df76e4f016ea835c4

Checks first line for //screeps to apply filetype

ddbaileychess committed 6 years ago
Unverified
f1d095049f8d4dceed547f94191a78e5bd4e2efd

initial commit

ddbaileychess committed 6 years ago

README

The README file for this repository.

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