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 Jan 10, 2024
1 parent 29eb8bd commit 930aa7d
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
url = [email protected]:OpenModelica/tree-sitter-modelica.git
[submodule "parsers/r"]
path = parsers/r
url = [email protected]:r-lib/tree-sitter-r.git
url = [email protected]:rien/tree-sitter-r.git
branch = next
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 930aa7d

Please sign in to comment.