This package provides the following services:
Atom ooc
Provides ooc syntax highlighting, snippets and integration with several atom packages:
- linter (smart usage of
syntax
,check
andcodegen
modes) [BETA] - atom-build (
rock -v
,sam get
, andsam test
) [NOT RELEASED] - atom-runner (run ooc scripts inside Atom) [NOT RELEASED]
- autocomplete-plus (checks entire package and imports) [NOT RELEASED]
Installation
- Install
rock
&sam
apm install atom-ooc
atom <path-to-ooc-project>
- Enjoy!
History
Forked from @cogneco's language-ooc.
Originally converted from the ooc TextMate bundle.