Add more file-types for python (#5593)
This commit is contained in:
parent
670c6b0d40
commit
94ef6fb69b
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-html", rev = "29f53
|
|||
name = "python"
|
||||
scope = "source.python"
|
||||
injection-regex = "python"
|
||||
file-types = ["py"]
|
||||
file-types = ["py","pyi","py3","pyw","ptl",".pythonstartup",".pythonrc","SConstruct"]
|
||||
shebangs = ["python"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
|
Loading…
Add table
Reference in a new issue