Add support for python files, closes #1395

This commit is contained in:
Dane Everitt 2018-12-02 13:52:47 -08:00
parent 3dd2e50e4b
commit 1a8592b3b3
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Updated ### Updated
* Upgraded core to use Laravel `5.7.14`. * Upgraded core to use Laravel `5.7.14`.
### Added
* Added support for opening and editing Python files through the web editor.
## v0.7.11 (Derelict Dermodactylus) ## v0.7.11 (Derelict Dermodactylus)
### Fixed ### Fixed
* Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace. * Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace.

View File

@ -186,6 +186,7 @@ return [
'text/plain', 'text/plain',
'text/x-perl', 'text/x-perl',
'text/x-shellscript', 'text/x-shellscript',
'text/x-python',
], ],
], ],