Lua Scripts: add recommended editors
This commit is contained in:
parent
505934d12e
commit
a3826762bd
@ -57,6 +57,14 @@ end
|
|||||||
For example, keywords in the above snippet are highlighted, such as if, then, end, return.
|
For example, keywords in the above snippet are highlighted, such as if, then, end, return.
|
||||||
table.insert is a function which comes with Lua by default.
|
table.insert is a function which comes with Lua by default.
|
||||||
|
|
||||||
|
### Recommended Editors
|
||||||
|
|
||||||
|
Other editors are available, of course.
|
||||||
|
|
||||||
|
* Windows: [Notepad++](http://notepad-plus-plus.org/), [Atom](http://atom.io/)
|
||||||
|
* Linux: Kate, Gedit, [Atom](http://atom.io/)
|
||||||
|
* OSX: [Atom](http://atom.io/)
|
||||||
|
|
||||||
### Integrated Programming Environments
|
### Integrated Programming Environments
|
||||||
|
|
||||||
IDEs allow you to debug code like a native application.
|
IDEs allow you to debug code like a native application.
|
||||||
|
Loading…
Reference in New Issue
Block a user