Go to file
2013-01-26 01:40:59 -05:00
syntax comments can start anywhere. add keywords 2013-01-26 01:40:59 -05:00
README.md Update README.md 2012-10-16 21:34:09 +03:00

This is a Vim syntax file for i3 config file.

Screenshot

Using it

You can install it using a Vim plugin manager (Vundle, Pathogen, …) or just by putting i3.vim in your ~/.vim/syntax directory.

I recommend you to add # vim:set syntax=i3 at the end of your i3 config file, unless you really want to type :set syntax=i3 every time you edit this file.

Todo

  • Command scopes (like [class="Firefox"]) are not colorized yet.
  • It would be nice to have more context sensitive highlighting and some error detection.