0

how do you align javascript : assignments in textmate?

I see that = assignments are aligned with the keyboard shortcut, but couldn't find a way to align : assignments.

MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460

1 Answers1

2

You need a bundle aptly named Align.

The semicolon is not really an assignment operator: it's beter to see it as a separator between a key ans its value.

romainl
  • 186,200
  • 21
  • 280
  • 313