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.
add this line to your .vimrc:
Plugin 'entrez/roku.vim'
then run the following in vim:
:source %
:PluginInstall
add this line to your .vimrc:
Plug 'entrez/roku.vim'
then run the following in vim:
:source %
:PlugInstall
run the following commands in the terminal:
cd ~/.vim/bundle
git clone git://github.com/entrez/roku.vim.git