aboutsummaryrefslogtreecommitdiff
path: root/ext/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/package.json')
-rw-r--r--ext/package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/ext/package.json b/ext/package.json
deleted file mode 100644
index 5a14b4f..0000000
--- a/ext/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "sloth-lang",
- "displayName": "Sloth Lang",
- "description": "Language support for Sloth",
- "version": "0.0.1",
- "engines": {
- "vscode": "^1.22.0"
- },
- "categories": [
- "Programming Languages"
- ],
- "contributes": {
- "languages": [
- {
- "id": "sloth",
- "aliases": [
- "sloth"
- ],
- "extensions": [
- ".sloth"
- ],
- "configuration": "./language-configuration.json"
- }
- ],
- "grammars": [
- {
- "language": "sloth",
- "scopeName": "source.sloth",
- "path": "./syntaxes/sloth.tmLanguage.json"
- }
- ]
- },
- "devDependencies": {
- "vsce": "^2.15.0"
- },
- "scripts": {
- "package": "vsce package"
- }
-}