textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Add simple folding markers for swift #7

Closed regnerjr closed 9 years ago

regnerjr commented 9 years ago

The Folding markers are based on the simple '{\s$' and '^\s}'

infininight commented 9 years ago

Pulled, thanks!

Did have to change the UUID in the item, each bundle item in TextMate is required to have a unique UUID. TextMate will do this automatically in the bundle editor, if you copy a bundle item manually you need to generate a new one. (uuidgen in terminal)

regnerjr commented 9 years ago

You are correct. I did pull that from a different bundle. I did not know about uuidgen I will be sure to look out for that next time. Thanks for your help in getting all these merged.