LOOC language support in Atom
- LOOC package for Atom. Experimental object-oriented language from TELECOM Nancy.*
Web site
Authors:
- GARCIA Guillaume - AOSauron @AOH-DevTeam/aoh-team-one
Features:
Brings simple LOOC ("Langage Orienté Objet pour la Compilation") files (.looc) support to the Atom editor.
Includes:
- Syntax Highlighting
Soon to Include:
- Auto-complete
- Auto-code generation
Installation without using Atom
- Close Atom
cd ~/.atom/packages
git clone https://github.com/AOSauron/language-looc.git
npm install
- You can now restart Atom.
Update the package
- Close Atom
cd ~/.atom/packages/language-looc
git pull origin master
npm install
- You can now restart Atom.