Skip to content

onerobotics/vim-karel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

VIM-KAREL

This vim bundle adds syntax highlighting for FANUC's KAREL programming language.

Installing and Using

  • Install pathogen into ~/.vim/autoload/ and add the following line to your ~/.vimrc:

      call pathogen#infect()
    
  • Make a clone of the vim-karel repository:

      $ mkdir -p ~/.vim/bundle
      $ cd ~/.vim/bundle
      $ git clone https://github.com/onerobotics/vim-karel
    
  • OR use vundle, adding this line to your ~/.vimrc:

      Bundle 'onerobotics/vim-karel'
    
  • OR use git submodules:

      $ git submodule add https://github.com/onerobotics/vim-karel.git bundle/vim-karel
      $ git submodule init
    

License

MIT

About

Vim syntax for FANUC KAREL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published