Skip to content

z3t0/vim-arduino-syntax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#vim-arduino-syntax

Are you in love with Vim and can't stand the Official Arduino IDE

##Features

  • Arduino 1.5.8 support (check beta branch)
  • Arduino 1.0. support (main branch)
  • Arduino indent and syntax highlighting
  • Support for libraries provided by the IDE
  • Support for external libraries (on request)
  • Autocompletion (using omnicomplete)

##TODO

  • Let us know if you want any new features

##Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

  • Pathogen
  • git clone https://github.com/sudar/vim-arduino-syntax
  • Remember to run :Helptags to generate help tags
  • NeoBundle
  • NeoBundle 'vim-arduino-syntax'
  • Vundle
  • Plugin 'sudar/vim-arduino-syntax' :PluginInstall
  • manual
  • Copy syntax/arduino.vim file into your ~/.vim/syntax directory Copy ftdetect/arduino.vim file into your ~/.vim/ftdetect directory

##Contributing Contributions are always welcome in the form of pull requests with explanatory comments.

  • Add library specific support using instructions from here. (coming soon)
  • Request adding more external libraries (complete within a few hours)
  • Report bugs
  • Request support for libraries

##Contributors

  • z3t0 - Active contributor
  • sudar - Owner and contributor

About

Arduino syntax files for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%