Go to file
Emanuel Guével a9025eacda Merge pull request #2 from ashinkarov/patch-1
Recognise separator in colors
2013-04-11 11:00:45 -07:00
syntax Recognise separator in colors 2013-04-11 18:14:46 +02:00
README.md Update README.md 2013-03-27 14:20:08 +11: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:filetype=i3 at the end of your i3 config file, unless you really want to type :set filetype=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.