]> git.r.bdr.sh - rbdr/api-notation.vscode/commitdiff
0.1.0 v0.1.0
authorBen Beltran <redacted>
Tue, 5 Feb 2019 21:26:23 +0000 (22:26 +0100)
committerBen Beltran <redacted>
Tue, 5 Feb 2019 21:26:23 +0000 (22:26 +0100)
package.json

index 1f0bc38861632552c64e827577ad115b82740c2a..67966411469b82f65c5a5b90761bd838c079780d 100644 (file)
@@ -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"
     },
         "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
+}