diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:33:57 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:33:57 +0200 |
commit | ae778bdb175f930b69facec5f3ccd1b95953bc88 (patch) | |
tree | 6b2e73f85f6a6d72a0eb3732a12246b712eddcd7 /README.md | |
parent | b7598ff0c522e56f0a42706176f2fa621d9a1c8e (diff) | |
download | vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.tar.gz vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.zip |
Add missing filetypes for sql
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ A collection of language packs for Vim. > One to rule them all, one to find them, one to bring them all and in the darkness bind them. - It **won't affect your startup time**, as scripts are loaded only on demand\*. -- It **installs and updates 120+ times faster** than the <!--Package Count-->201<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->202<!--/Package Count--> packages it consists of. - It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect). - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). @@ -210,6 +210,7 @@ If you need full functionality of any plugin, please use it directly with your p - [slime](https://github.com/slime-lang/vim-slime-syntax) - [smt2](https://github.com/bohlender/vim-smt2) - [solidity](https://github.com/tomlion/vim-solidity) +- [sql](https://github.com/vim/vim/tree/master/runtime) - [stylus](https://github.com/wavded/vim-stylus) - [svelte](https://github.com/evanleck/vim-svelte/tree/main) - [svg-indent](https://github.com/jasonshell/vim-svg-indent) |