Skip to content

KnoP-01/vim-tp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM-FANUC-TP

My fork of onerobotics/vim-tp contains some changes in syntax as well as a ftplugin which enables gf on calls.

This vim bundle adds syntax highlighting for FANUC's TP 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-tp repository:

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

      Bundle 'KnoP-01/vim-tp'
    
  • OR use git submodules:

      $ git submodule add https://github.com/KnoP-01/vim-tp.git bundle/vim-tp
      $ git submodule init
    

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%