Initial language pack for atom commit

This commit is contained in:
2018-08-30 08:58:23 +02:00
commit 895edacacf
3 changed files with 57 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "0.1.0",
"name": "language-openscenarionext",
"description": "Atom language support for OpenScenarioNext Draft",
"repository": {
"type": "git",
"url": "https://apps.pmsf.net/stash/scm/osn/osn-atom.git"
},
"license": "MIT",
"engines": {
"atom": "*",
"node": "*"
},
"dependencies": {
"openscenarionext-grammar": "^0.1.0"
}
}