diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:58:09 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:58:15 +0100 |
commit | b4b054ebf56caf4ac8d721b125e368d9b45b8551 (patch) | |
tree | 03a39a3fd2ce232d8fe54900a1a556bf18f995a6 /README.md | |
parent | 08ea94e01188531e819e5d6bea5c84a773b4eb98 (diff) | |
download | vim-polyglot-b4b054ebf56caf4ac8d721b125e368d9b45b8551.tar.gz vim-polyglot-b4b054ebf56caf4ac8d721b125e368d9b45b8551.zip |
Add objc syntax highlighting, closes #77
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [liquid](https://github.com/tpope/vim-liquid) (syntax, indent, ftplugin, ftdetect) - [markdown](https://github.com/tpope/vim-markdown) (syntax, ftplugin, ftdetect) - [nginx](https://github.com/nginx/nginx) (syntax, indent, ftdetect) +- [objc](https://github.com/b4winckler/vim-objc) (ftplugin, syntax, indent) - [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin) - [octave](https://github.com/vim-scripts/octave.vim--) (syntax) - [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin, ftdetect) |