<<<<<<< HEAD
=======
2ada208bddb9937cf4eb91673137537c6802e2f3
This package adds language support and syntax highlighting for Stata .do files in the Open-Source, next generation Atom Text Editor.
<<<<<<< HEAD
=======
2ada208bddb9937cf4eb91673137537c6802e2f3 Open a terminal and paste:
apm install language-do
<<<<<<< HEAD will install the package in your Atom. Which is the proper way to install it and you will receive the updates automatically.
will install the package in your Atom. Which is the proper way to install it and you will receive the updates automatically.
2ada208bddb9937cf4eb91673137537c6802e2f3
You have to download or clone this repository, extract the content and copy the "language-do
" folder in your .atom/packages
. Restart Atom, and enjoy.
Open a terminal and paste this line to install the language in one command:
2ada208bddb9937cf4eb91673137537c6802e2f3
cd ~/.atom && wget https://github.com/rhoconlinux/language-do/archive/master.zip && unzip master.zip && rm master.zip&& mv language-do-master ~/.atom/packages/language-do && cd
*it might work in a mac too, cause this is a bash script, but it wasn't tested.
- do.cson: added proper comment of "*" (fixed multiplication symbol)
- do.cson: added foreach, by and mata differentiation <<<<<<< HEAD
- language.do: fixed warning after 'completions':[ =======
- language.do: fixed warning after 'completions':[
2ada208bddb9937cf4eb91673137537c6802e2f3
rhoconlinux.github.com rhoconlinux.wordpress.com [email protected]