mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-28 12:49:31 +00:00
Updated readme and make package public
This commit is contained in:
parent
efe8fcbba1
commit
79cfaa5bd4
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,9 @@ Lua language support in Atom
|
||||||
|
|
||||||
Add syntax highlighting and snippets to Lua files in Atom.
|
Add syntax highlighting and snippets to Lua files in Atom.
|
||||||
|
|
||||||
|
See: https://atom.io/packages/language-lua
|
||||||
|
and: https://www.npmjs.com/package/language-lua
|
||||||
|
|
||||||
Common snippets
|
Common snippets
|
||||||
---
|
---
|
||||||
| Trigger | Name | Body |
|
| Trigger | Name | Body |
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "language-lua",
|
"name": "language-lua",
|
||||||
"version": "0.9.1",
|
"version": "0.9.1",
|
||||||
"private": true,
|
"private": false,
|
||||||
"author": "FireZenk <firezenk@gmail.com>",
|
"author": "FireZenk <firezenk@gmail.com>",
|
||||||
"description": "Add syntax highlighting and snippets to Lua files in Atom",
|
"description": "Add syntax highlighting and snippets to Lua files in Atom",
|
||||||
"repository": "https://github.com/FireZenk/language-lua",
|
"repository": "https://github.com/FireZenk/language-lua",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue