X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/dc87cd894bad9ad0202dcd4a89e7d0af47c53fc9..0e6205ebcb990fd57f5056c1cf5e9de1487be934:/package.json diff --git a/package.json b/package.json index 4b48420..d4772d4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "keywords": ["parser", "api-notation"], "author": "Ruben Beltran del Rio", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "nan": "^2.18.0" }, @@ -24,13 +24,12 @@ { "scope": "source.api-notation", "file-types": [ - "apinotation", "api" ], "highlights": [ "queries/highlights.scm" ], - "injection-regex": "^(apinotation|api-notation)$" + "injection-regex": "^(api|api_notation|api-notation)$" } ] }