Skip to content

Commit

Permalink
Fix tree-sitter-r parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Nov 15, 2023
1 parent 29eb8bd commit c14181c
Show file tree
Hide file tree
Showing 5 changed files with 635 additions and 91 deletions.
12 changes: 1 addition & 11 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,13 @@
"dependencies": {
"@dodona/dolos-lib": "3.0.0",
"@dodona/dolos-web": "2.4.2",
"@elm-tooling/tree-sitter-elm": "^5.6.6",
"chalk": "^5.0.0",
"cliui": "^8.0.0",
"commander": "^11.0.0",
"csv-stringify": "^6.2.0",
"express": "^4.17.1",
"open": "^9.0.0",
"tree-sitter": "^0.20.0",
"tree-sitter-bash": "^0.20.3",
"tree-sitter-c": "^0.20.1",
"tree-sitter-c-sharp": "^0.20.0",
"tree-sitter-cpp": "^0.20.0",
"tree-sitter-javascript": "^0.20.0",
"tree-sitter-java": "^0.20.0",
"tree-sitter-php": "^0.19.0",
"tree-sitter-python": "^0.20.1",
"tree-sitter-typescript": "^0.20.0"
"tree-sitter": "^0.20.6"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
Expand Down
Loading

0 comments on commit c14181c

Please sign in to comment.