]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/blobdiff - package.json
Update cargo
[rbdr/tree-sitter-api-notation] / package.json
index 4b4842046ee9420ceddddd49a1b887811af42c42..d4772d468ac35e6f93a40482e3a7d797a1b6575e 100644 (file)
@@ -8,7 +8,7 @@
   },
   "keywords": ["parser", "api-notation"],
   "author": "Ruben Beltran del Rio",
-  "license": "MIT",
+  "license": "Apache-2.0",
   "dependencies": {
     "nan": "^2.18.0"
   },
     {
       "scope": "source.api-notation",
       "file-types": [
-        "apinotation",
         "api"
       ],
       "highlights": [
         "queries/highlights.scm"
       ],
-      "injection-regex": "^(apinotation|api-notation)$"
+      "injection-regex": "^(api|api_notation|api-notation)$"
     }
   ]
 }