mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Treat .pyi files as Python
This commit is contained in:
parent
4d4db6ec4b
commit
dc056fc46f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "Python"
|
||||
path_suffixes = ["py"]
|
||||
path_suffixes = ["py", "pyi"]
|
||||
line_comment = "# "
|
||||
autoclose_before = ";:.,=}])>"
|
||||
brackets = [
|
||||
|
|
Loading…
Reference in a new issue