Add support for python files, closes #1395
This commit is contained in:
parent
3dd2e50e4b
commit
1a8592b3b3
|
@ -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.
|
||||||
|
|
|
@ -186,6 +186,7 @@ return [
|
||||||
'text/plain',
|
'text/plain',
|
||||||
'text/x-perl',
|
'text/x-perl',
|
||||||
'text/x-shellscript',
|
'text/x-shellscript',
|
||||||
|
'text/x-python',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue