mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
19 lines
384 B
JSON
19 lines
384 B
JSON
![]() |
{
|
||
|
"name": "tree-sitter-mers",
|
||
|
"version": "1.0.0",
|
||
|
"description": "tree-sitter syntax highlighting for mers",
|
||
|
"main": "bindings/node",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"nan": "^2.18.0"
|
||
|
},
|
||
|
"tree-sitter": [{
|
||
|
"scope": "source.mers",
|
||
|
"file-types": ["mers"]
|
||
|
}]
|
||
|
}
|