You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: