magic-lang / magic

0 stars 2 forks source link

Syntax highlighting #22

Open davidhesselbom opened 9 years ago

davidhesselbom commented 9 years ago

Long-term, magic might be available as an Atom plugin that can highlight style violations in the editor itself. Short-term, maybe the syntax highlighting can be improved so that it doesn't work on incorrectly formatted code? For instance, version(windows) is currently highlighted, but version (windows) (which is correct) is not highlighted, and it should be the other way around.

See https://github.com/cogneco/language-ooc

thomasfanell commented 9 years ago

I started rewriting language-ooc from scratch two weeks ago. I haven't had much time to work on it though, but it's in the pipeline.

thomasfanell commented 9 years ago

And yes, a ooc language service (such as intellisense) is also in the pipeline.