tree-sitter-python
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -756,2 +756,21 @@ ===================================== | ||
==================================================== | ||
Comments after dedents | ||
==================================================== | ||
if a: | ||
b | ||
# one | ||
c | ||
--- | ||
(module | ||
(if_statement | ||
(identifier) | ||
(expression_statement (identifier))) | ||
(comment) | ||
(expression_statement (identifier))) | ||
==================================================== | ||
Newline tokens followed by comments | ||
@@ -758,0 +777,0 @@ ==================================================== |
{ | ||
"name": "tree-sitter-python", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Python grammar for tree-sitter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2897950