forked from karlotness/tree-sitter.el
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tree-sitter-python to latest.
- Loading branch information
1 parent
65568c5
commit 7b803d5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tree-sitter-python
updated
11 files
+9 −0 | .gitignore | |
+0 −15 | .travis.yml | |
+1 −1 | appveyor.yml | |
+78 −0 | corpus/expressions.txt | |
+8 −1 | grammar.js | |
+10 −2 | package.json | |
+126 −0 | properties/highlights.css | |
+22 −1 | src/grammar.json | |
+20,106 −0 | src/highlights.json | |
+65,676 −64,680 | src/parser.c | |
+1 −1 | src/tree_sitter/parser.h |