From: Ben Beltran Date: Tue, 5 Feb 2019 21:26:23 +0000 (+0100) Subject: 0.1.0 X-Git-Tag: v0.1.0^0 X-Git-Url: https://git.r.bdr.sh/rbdr/api-notation.vscode/commitdiff_plain/50266a18d9b653651a60dee9041b71fd35b0c1e4?hp=891e104e182102873298f898cf3edf0647d2e389 0.1.0 --- diff --git a/package.json b/package.json index 1f0bc38..6796641 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api-notation", "displayName": "API Notation", "description": "Syntax Highlighting for API notation", - "version": "0.0.1", + "version": "0.1.0", "engines": { "vscode": "^1.30.0" }, @@ -10,16 +10,25 @@ "Programming Languages" ], "contributes": { - "languages": [{ - "id": "api-notation", - "aliases": ["API Notation", "api-notation"], - "extensions": [".api"], - "configuration": "./language-configuration.json" - }], - "grammars": [{ - "language": "api-notation", - "scopeName": "source.api-notation", - "path": "./syntaxes/api-notation.tmLanguage" - }] + "languages": [ + { + "id": "api-notation", + "aliases": [ + "API Notation", + "api-notation" + ], + "extensions": [ + ".api" + ], + "configuration": "./language-configuration.json" + } + ], + "grammars": [ + { + "language": "api-notation", + "scopeName": "source.api-notation", + "path": "./syntaxes/api-notation.tmLanguage" + } + ] } -} \ No newline at end of file +}