Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Use Python syntax highlighting for .wsgi file extensions, ie. Python …
Browse files Browse the repository at this point in the history
…web apps using mod_wsgi.
  • Loading branch information
globexdesigns committed Jul 11, 2013
1 parent 8aa5fb3 commit 7e8414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"python": {
"name": "Python",
"mode": "python",
"fileExtensions": ["py", "pyw"]
"fileExtensions": ["py", "pyw", "wsgi"]
},

"sass": {
Expand Down

0 comments on commit 7e8414f

Please sign in to comment.