mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 12:19:30 +00:00
Initial commit
This commit is contained in:
commit
fa28108235
7 changed files with 228 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "language-lua",
|
||||
"version": "0.1.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"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue