Skip to content

Commit

Permalink
Merge pull request #1 from alemuller/rewrite
Browse files Browse the repository at this point in the history
Rewrite
  • Loading branch information
alemuller authored Apr 27, 2021
2 parents 97f1fb2 + c5ce8e2 commit 70267dc
Show file tree
Hide file tree
Showing 10 changed files with 10,436 additions and 17,143 deletions.
597 changes: 270 additions & 327 deletions grammar.js

Large diffs are not rendered by default.

37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
{
"name": "tree-sitter-make",
"version": "0.1.0",
"description": "Makefile grammar for tree-sitter",
"main": "bindings/node",
"scripts": {
"test": "tree-sitter test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alemuller/tree-sitter-make.git"
},
"keywords": [
"make",
"makefile"
],
"version": "0.0.1",
"description": "make grammar for tree-sitter",
"author": "Alexandre Muller",
"license": "MIT",
"main": "bindings/node",
"homepage": "https://github.com/alemuller/tree-sitter-make#readme",

"bugs": {
"url": "https://github.com/alemuller/tree-sitter-make/issues"
},
"homepage": "https://github.com/alemuller/tree-sitter-make#readme",

"keywords": [
"parsing",
"incremental",
"tree-sitter",
"make",
"makefile",
"GNUMAKEFILE"
],
"dependencies": {
"nan": "^2.14.1"
"nan": "^2.12.1"
},
"devDependencies": {
"tree-sitter-cli": "^0.19.4"
},
"scripts": {
"test": "tree-sitter test"
},
"tree-sitter": [
{
"scope": "makefile",
"scope": "source.mk",
"file-types": [
"make",
"mk",
"MAKEFILE"
]
}
Expand Down
Loading

0 comments on commit 70267dc

Please sign in to comment.