MiniZinc grammar for tree-sitter
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add npm commands

+2 -1
+2 -1
package.json
··· 4 4 "description": "MiniZinc grammer for tree-sitter", 5 5 "main": "index.js", 6 6 "scripts": { 7 - "test": "echo \"Error: no test specified\" && exit 1" 7 + "build": "tree-sitter generate && node-gyp build", 8 + "test": "tree-sitter test" 8 9 }, 9 10 "repository": { 10 11 "type": "git",