diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:51:02 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-06-08 13:52:44 +0200 |
commit | 7208e89a13cadd560b2ebbd67a7221c3bb6ef416 (patch) | |
tree | eb01deb3ea51a78595397ec5d7fd5a2cc6723345 /README.md | |
parent | 56a815be940d1ebac44c7c97a837065f566410fd (diff) | |
download | vim-polyglot-7208e89a13cadd560b2ebbd67a7221c3bb6ef416.tar.gz vim-polyglot-7208e89a13cadd560b2ebbd67a7221c3bb6ef416.zip |
Add C syntax extensions, #25
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [arduino](https://github.com/sudar/vim-arduino-syntax) (syntax, indent, ftdetect) - [c++11](https://github.com/octol/vim-cpp-enhanced-highlight) (syntax) - [c/c++](https://github.com/vim-jp/cpp-vim) (syntax) +- [c-extensions](https://github.com/kergoth/aftersyntaxc.vim) (syntax) - [clojure](https://github.com/guns/vim-clojure-static) (syntax, indent, autoload, ftplugin, ftdetect) - [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin, ftdetect) - [csv](https://github.com/chrisbra/csv.vim) (syntax, ftplugin, ftdetect) |