https://github.com/b4n/geany-c-preproc-hl
Geany plugin to highlight disbaled C preprocessor sections
https://github.com/b4n/geany-c-preproc-hl
c geany-plugin preprocessor
Last synced: 3 months ago
JSON representation
Geany plugin to highlight disbaled C preprocessor sections
- Host: GitHub
- URL: https://github.com/b4n/geany-c-preproc-hl
- Owner: b4n
- Created: 2016-05-29T20:53:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T13:55:36.000Z (about 9 years ago)
- Last Synced: 2025-01-24T21:14:40.230Z (5 months ago)
- Topics: c, geany-plugin, preprocessor
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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:$ wget https://raw.githubusercontent.com/b4n/geany-plugin.mk/master/geany-plugin.mk
And then run `make` and `make install` (that last one possibly as root).