Open davidhesselbom opened 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.
And yes, a ooc language service (such as intellisense) is also in the pipeline.
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, butversion (windows)
(which is correct) is not highlighted, and it should be the other way around.See https://github.com/cogneco/language-ooc