summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-11-19 21:46:44 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-11-19 21:46:44 +0100
commit1713d35f06420fac33c626306fd51a286c837969 (patch)
tree56857b92c76089a5121d9479db9f732139e9f87b /ftdetect
parent5ddfa1ac28edac659c4cea3ea3e81607f1183f94 (diff)
downloadvim-polyglot-1713d35f06420fac33c626306fd51a286c837969.tar.gz
vim-polyglot-1713d35f06420fac33c626306fd51a286c837969.zip
Add cmake support, closes #245
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 779e3123..19bfa777 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -92,6 +92,10 @@ autocmd BufNewFile,BufRead *.clj,*.cljs,*.edn,*.cljx,*.cljc,{build,profile}.boot
augroup END
augroup filetypedetect
+" cmake:pboettch/vim-cmake-syntax
+augroup END
+
+augroup filetypedetect
" coffee-script:kchmck/vim-coffee-script
" Language: CoffeeScript
" Maintainer: Mick Koch <mick@kochm.co>