1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +00:00

Added new snippets

Added a lot of snippets for loop creation and table functions
This commit is contained in:
FireZenk 2014-03-02 14:16:15 +01:00
parent 7ab944ca21
commit 73ce200ecc
2 changed files with 86 additions and 11 deletions

View file

@ -1,13 +1,13 @@
{
"name": "language-lua",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"author": "FireZenk <firezenk@gmail.com>",
"description": "Add syntax highlighting and snippets to Lua files in Atom",
"repository": "https://github.com/FireZenk/language-lua",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
"atom": ">=0.50.0"
},
"dependencies": {}
}