mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-07 16:33:21 +00:00
add py3 extension to Python
This commit is contained in:
@@ -3372,6 +3372,7 @@ Python:
|
||||
color: "#3572A5"
|
||||
extensions:
|
||||
- ".py"
|
||||
- ".py3"
|
||||
- ".bzl"
|
||||
- ".cgi"
|
||||
- ".fcgi"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
print("Hello, world!")
|
||||
Reference in New Issue
Block a user