Go to file
Lowe Thiderman 9937af13dd Add ftdetect
2014-05-29 19:42:36 +02:00
ftdetect Add ftdetect 2014-05-29 19:42:36 +02:00
syntax Add keywords 2014-03-12 18:14:05 +01:00
README.md Restore readme screenshot 2014-04-21 23:30:43 +02: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.