ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

i​3 wm

by skk ALL

i3wm syntax for Sublime Text 2/3

Details

Installs

  • Total 3K
  • Win 187
  • Mac 84
  • Linux 3K
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 2 0 0 1 3 0 1 0 1 0 0 1 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 2 1 0 1 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

i3 wm Syntax Highlighting for Sublime Text 2/3

Installation

With Package Control

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.

Without Package Control

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'

File Types Supported

  • i3 wm's config file

Features

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.

License

See LICENSE.txt

Contact

email: steven@knight.cx

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request