iPhone Toolchain syntax highliting for EditPlus

Well Eclipse don't work as good as i expected for building iPhone applications...
But guess whats my next favorite editor :) - its EditPlus. You can use my script for building and launching applications just like in Eclipse but in addition you can add color highlighting with help of
objc syntax file.

  1. Download objc.stx
  2. Extract it and put anywhere
  3. Go Tools >> Preferences >> Files >> Settings & Syntax.
    Press Add, enter whatever description you want, enter "m;h" for File extensions.
    Press browse for Syntax file and find extracted file
    Press "Func Pattern" and enter "^\s*[-+]\s*([a-zA-Z]*)" (without quotes)
    Press "Apply", "Ok"

Now if you open iPhones app *.m or *.h it should be colored (you can change colors)