hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

hy-mode: Add for*, with*, and drop foreach #17

Closed algernon closed 10 years ago

algernon commented 10 years ago

With hy 0.9.12, we have for, with, but foreach was dropped. This patch updates hy-mode.el accordingly. Also sets up for* for the same indentation rules as for itself.

Signed-off-by: Gergely Nagy algernon@madhouse-project.org

berkerpeksag commented 10 years ago

Thanks.