Neui / cmakecache-syntax.vim

Make your CMakeCache.txt beautiful again

Home Page:https://gitlab.com/Neui/cmakecache-syntax.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeCache.txt Syntax for vim

This plugin makes your CMakeCache.txt colourful.

A CMakeCache.txt file is a "cache" that CMake generates for every build. It contains variables that describes the build, such as the options selected and the compiler and their flags.

This simple vim plugin adds some syntax highligthing for that file.

Be sure to enable :syntax on and use :set syntax=cmakec if you want to force to use this syntax highlighting for a file.

Example

Or view it on asciinema.

Installing

Use the plugin system you're using.

Plugin Manager Installing process
vim-plug plug 'Neui/cmakecache-syntax.vim'
Vundle Plugin 'Neui/cmakecache-syntax.vim'

About

Make your CMakeCache.txt beautiful again

https://gitlab.com/Neui/cmakecache-syntax.vim

License:BSD 2-Clause "Simplified" License


Languages

Language:Vim Script 56.4%Language:Shell 43.6%