Add cmakecache filetype for CMakeCache.txt files

This commit is contained in:
2019-10-04 20:30:04 +01:00
parent 0d0e69a2ec
commit 65d3e645b1
3 changed files with 19 additions and 0 deletions

1
ftdetect/cmakecache.vim Normal file
View File

@@ -0,0 +1 @@
autocmd BufNewFile,BufReadPost CMakeCache.txt set filetype=cmakecache