An open API service indexing awesome lists of open source software.

https://github.com/b4n/geany-plugin-matlab-or-objc

A sample Geany plugin to try and select the right filetype for .m files
https://github.com/b4n/geany-plugin-matlab-or-objc

Last synced: 3 months ago
JSON representation

A sample Geany plugin to try and select the right filetype for .m files

Awesome Lists containing this project

README

        

## Compilation

Fetch geany-plugin.mk from https://github.com/b4n/geany-plugin.mk inside the
plugin's source directory:

$ git submodule update --init

And then run `make` and `make install` (that last one possibly as root).