Treat .pyi files as Python

This commit is contained in:
Max Brunsfeld 2022-06-23 11:14:11 -07:00
parent 4d4db6ec4b
commit dc056fc46f

View file

@ -1,5 +1,5 @@
name = "Python"
path_suffixes = ["py"]
path_suffixes = ["py", "pyi"]
line_comment = "# "
autoclose_before = ";:.,=}])>"
brackets = [