i3 wm Syntax Highlighting for Sublime Text 2/3
If you have Package Control package installed, you can install i3wm-sublime from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for i3wm.
If you want to edit/improve the i3wm-sublime package, this is how you should install it—otherwise, Package Control may overwrite your changes.
Clone this repository into your Packages folder:
git clone git://github.com/skk/i3wm-sublime.git 'i3wm-sublime'
- i3 wm's config file
Currently, the package only implements basic syntax highlighting for i3wm's config file. Pull requests are welcome! Next on my list is adding support for i3wm's status bar config file.
See LICENSE.txt
email: steven@knight.cx
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request