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
- Host: GitHub
- URL: https://github.com/b4n/geany-plugin-matlab-or-objc
- Owner: b4n
- Created: 2018-07-18T17:17:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T17:34:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T21:14:40.657Z (4 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).