add py3 extension to Python

This commit is contained in:
Danila Malyutin
2016-11-12 06:11:39 +03:00
parent faaa4470af
commit 009a4e67b6
2 changed files with 2 additions and 0 deletions

View File

@@ -3372,6 +3372,7 @@ Python:
color: "#3572A5"
extensions:
- ".py"
- ".py3"
- ".bzl"
- ".cgi"
- ".fcgi"

1
samples/Python/py3.py3 Normal file
View File

@@ -0,0 +1 @@
print("Hello, world!")