]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/blobdiff - package.json
Reduce query
[rbdr/tree-sitter-api-notation] / package.json
index 4b4842046ee9420ceddddd49a1b887811af42c42..de625549925a2646759d478ea9fed214421ec828 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_notation"
     }
   ]
 }