Skip to content

redreceipt/roku.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roku.vim

overview

a vim plugin for roku development - provides brightscript language support (syntax highlighting, folding, section movement, indentation, etc) as well as channel installation/packaging from within vim.

roku.vim screenshot

installation

Vundle

add this line to your .vimrc:

Plugin 'entrez/roku.vim'

then run the following in vim:

:source %
:PluginInstall

VimPlug

add this line to your .vimrc:

Plug 'entrez/roku.vim'

then run the following in vim:

:source %
:PlugInstall

Pathogen

run the following commands in the terminal:

cd ~/.vim/bundle
git clone git://github.com/entrez/roku.vim.git

About

Vim plugin for Roku development (Scenegraph/Brightscript)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 68.9%
  • Shell 31.1%