evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.1k stars 41 forks source link

Syntax highlighting & indentation #57

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago
evincarofautumn commented 11 years ago

Leaving open as Emacs indentation isn’t done yet and I’m not qualified to test Vim stuffs.

@strager @Jeaye Please try out the Vim highlighting on a couple of prelude/example files and suggest improvements.

perimosocordiae commented 11 years ago

I'm thinking about adding sublime text / textmate support as well. Do you think the syntax is stable at this point? On Jul 27, 2013 9:54 PM, "Jon Purdy" notifications@github.com wrote:

Leaving open as Emacs indentation isn’t done yet and I’m not qualified to test Vim stuffs.

@strager https://github.com/strager @Jeaye https://github.com/JeayePlease try out the Vim highlighting on a couple of prelude/example files and suggest improvements.

— Reply to this email directly or view it on GitHubhttps://github.com/evincarofautumn/kitten/issues/57#issuecomment-21675779 .

evincarofautumn commented 11 years ago

I'm thinking about adding sublime text / textmate support as well.

That would be awesome. @kchaloux is using Sublime and I’m trying to convert another friend who uses TextMate, so these aren’t just wishlist features.

Do you think the syntax is stable at this point?

Yes, I don’t foresee major syntactic changes. This is a good time to start doing editor integration.

evincarofautumn commented 11 years ago

Closing because no other editors come to mind, and this is a good basis for future improvement.