Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfrg/vim-cmakecache-syntax
Vim syntax file for CMakeCache.txt files generated by CMake
https://github.com/bfrg/vim-cmakecache-syntax
cmake vim vim-cmake vim-syntax
Last synced: about 1 month ago
JSON representation
Vim syntax file for CMakeCache.txt files generated by CMake
- Host: GitHub
- URL: https://github.com/bfrg/vim-cmakecache-syntax
- Owner: bfrg
- Created: 2019-11-28T08:23:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T19:45:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T16:13:30.205Z (3 months ago)
- Topics: cmake, vim, vim-cmake, vim-syntax
- Language: Vim script
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-cmakecache-syntax
Vim syntax file for `CMakeCache.txt` files generated by CMake.
## Installation
Run the following commands in your terminal:
```bash
$ cd ~/.vim/pack/git-plugins/start
$ git clone https://github.com/bfrg/vim-cmakecache-syntax
```
**Note:** The directory name `git-plugins` is arbitrary, you can pick any other
name. For more details see `:help packages`. Alternatively, use your favorite
plugin manager.
## Credits
Many thanks to Nick Jensen (@nickspoons) in `#vim` for helping with the syntax
file.
## License
Distributed under the same terms as Vim itself. See `:help license`.