Skip to content

Commit

Permalink
feat: make tree-sitter-cli work (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
sionik authored Feb 1, 2024
1 parent e8d9eda commit dc8f5de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
},
"devDependencies": {
"tree-sitter-cli": "^0.20.7"
}
},
"tree-sitter": [
{
"file-types": [
"COMMIT_EDITMSG"
]
}
]
}

0 comments on commit dc8f5de

Please sign in to comment.