Skip to content

Vim syntax file for the Motoman INFORM III robot programming language.

Notifications You must be signed in to change notification settings

matthijsk/motoman-inform-vim-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motoman-inform-vim-plugin

Vim syntax and filetype plugin for Motoman INFORM III.

Installation

Installation with vim-plug:

Put this in your .vimrc:

call plug#begin('~/.vim/plugged')
  Plug 'matthijsk/motoman-inform-vim-syntax'
call plug#end()

For the first installation run:

:PlugInstall

Update every once in a while with:

:PlugUpdate

Manual installation

Extract and copy the folders /ftdetect, /ftplugin and /syntax into your ~/.vim/ or %USERPROFILE%\vimfiles\ directory. Overwrite jbi.vim files from older installation.

Put the following in your .vimrc:

syntax on
filetype plugin on

Navigating jobs

It's nice to be able to quickly navigate through the source code, especially if you make heavy use of CALL JOB:<JOBNAME> statements. The current file under the cursor can be opened using gf or CTRL-W_CTRL-F. This also work on directory and will open the netrw plugin shipped with Vim. After a few gf you can go back with Ctrl-O (Older position) and go back in with Ctrl-I (go back In).

Screenshots

default

default colorscheme

molokai

molokai colorscheme

rdark

rdark colorscheme

xoria256

xoria256 colorscheme

About

Vim syntax file for the Motoman INFORM III robot programming language.

Resources

Stars

Watchers

Forks

Packages