Add LLVM support (#376)

This commit is contained in:
dv
2019-03-04 18:05:07 +08:00
committed by Adam Stankiewicz
parent 58f9b8cd02
commit 65f090faef
8 changed files with 427 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ If you need full functionality of any plugin, please use it directly with your p
- [less](https://github.com/groenewege/vim-less) (syntax, indent, ftplugin)
- [liquid](https://github.com/tpope/vim-liquid) (syntax, indent, ftplugin)
- [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin)
- [llvm](https://github.com/llvm/llvm-project) (syntax, indent, ftplugin)
- [lua](https://github.com/tbastos/vim-lua) (syntax, indent)
- [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin)
- [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent)