Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Update tree-sitter-python + Add missing tree-sitter scopes #325

Merged
merged 14 commits into from
Jan 27, 2021
Merged
Prev Previous commit
Next Next commit
⬆️ bump tree-sitter-python to 0.17.0
  • Loading branch information
aminya committed Jan 8, 2021
commit ebe88306700ef0face8c9a99b5fc2a1d4e059866
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"atom-grammar-test": "^0.6.4",
"tree-sitter-python": "^0.16.1"
"tree-sitter-python": "^0.17.0"
},
"devDependencies": {
"coffeelint": "^1.10.1"
Expand Down