Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stadelmanma/language-gcov
Provides syntax highlighting when viewing gcov files in atom
https://github.com/stadelmanma/language-gcov
atom fortran gcov
Last synced: 2 days ago
JSON representation
Provides syntax highlighting when viewing gcov files in atom
- Host: GitHub
- URL: https://github.com/stadelmanma/language-gcov
- Owner: stadelmanma
- License: mit
- Created: 2017-02-09T17:26:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T15:14:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-17T00:34:34.579Z (27 days ago)
- Topics: atom, fortran, gcov
- Language: CSS
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# language-gcov package
Provides basic syntax highlighting for gcov source files in atom. Any \*.gcov file will have the coverage portion highlighted but actual syntax highlighting is currently supported for only the following languages:
* C
* Fortran (free and fixed form)To support Fortran highlighting the package [language-fortran](https://atom.io/packages/language-fortran) is used.
The default style looks best in a dark theme but the colors are set in [gcov-styles.less](./styles/gcov-style.less) and can easily be adjusted.
Below is a fixed form Fortran gcov file using Base16 Tomorrow Dark theme:
![image](https://cloud.githubusercontent.com/assets/16710141/23439458/b06d8604-fde4-11e6-9cc2-7c83cc7f4f15.png)