Commit 33ec4a7d authored by Grant's avatar Grant Committed by Alejandro Cavazos

Hacknet Snippet Tools is a package that I made to help in the development of…

Hacknet Snippet Tools is a package that I made to help in the development of Hacknet Extensions (Mods for the game Hacknet). It helps by providing a set of snippets users can generate and then tab through to fill them out. (#6373)

* Added in Hacknet Snippet Tools to the json file

Summary says it all. I popped in the needed information and ran the
tests and it's all A-OK.

* Removed some labels and changed the tags

I've removed language syntax and xml from the labels section of my
package entry and fixed the tags at
https://github.com/CNIAngel/Hacknet-Snippet-Tools/tags to reflect the
X.Y.Z system of semver tags.
parent e4107d67
...@@ -66,6 +66,17 @@ ...@@ -66,6 +66,17 @@
} }
] ]
}, },
{
"name": "Hacknet Snippet Tools",
"details": "https://github.com/CNIAngel/Hacknet-Snippet-Tools",
"labels": ["auto-complete", "hacknet", "hacknet extensions"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "HACS Syntax", "name": "HACS Syntax",
"details": "https://github.com/tbpalsulich/hacs_sublime_text_theme", "details": "https://github.com/tbpalsulich/hacs_sublime_text_theme",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment