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"
|
name = "Python"
|
||||||
path_suffixes = ["py"]
|
path_suffixes = ["py", "pyi"]
|
||||||
line_comment = "# "
|
line_comment = "# "
|
||||||
autoclose_before = ";:.,=}])>"
|
autoclose_before = ";:.,=}])>"
|
||||||
brackets = [
|
brackets = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue