},
"keywords": ["parser", "api-notation"],
"author": "Ruben Beltran del Rio",
- "license": "MIT",
+ "license": "Apache-2.0",
"dependencies": {
"nan": "^2.18.0"
},
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
- "build": "tree-sitter generate && node-gyp build",
+ "build": "tree-sitter generate",
"parse": "tree-sitter parse",
"test": "tree-sitter test"
},
{
"scope": "source.api-notation",
"file-types": [
- "apinotation",
"api"
],
"highlights": [
"queries/highlights.scm"
],
- "injection-regex": "^(apinotation|api-notation)$"
+ "injection-regex": "api_notation"
}
]
}