pkg(octave-6.2.0): add aliases/file extensions

Octave aliases/file extensions compliant to https://octave.org/doc/v6.2.0/Introduction-to-Function-and-Script-Files.html
This commit is contained in:
MrExquisite 2021-05-02 18:17:52 +02:00 committed by GitHub
parent 09d32a521e
commit 949f8c902d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ {
"language": "octave", "language": "octave",
"version": "6.2.0", "version": "6.2.0",
"aliases": [] "aliases": ["matlab", "m"]
} }