aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNachum Barcohen2023-01-19 16:08:56 +0000
committerGitHub2023-01-19 16:08:56 +0000
commit94ef6fb69b837229c1e7e84967a79fc53259b00b (patch)
tree8d4ebc650d95d8dc6ff5cbefa94226478ab46e08
parent670c6b0d40a6d7bb0c4710cf7a17324a6f0ec479 (diff)
Add more file-types for python (#5593)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index a66605b2..c37860d3 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = "#"