diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:37:56 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:37:56 +0200 |
commit | 4899585281beab51e5dff1d9ae4d3159244a8275 (patch) | |
tree | 1624741b8d1a5366568addbb90b1119587636459 /README.md | |
parent | 4f997c5c82d49ce3e2791eb0679e992751bf39a7 (diff) | |
download | vim-polyglot-4899585281beab51e5dff1d9ae4d3159244a8275.tar.gz vim-polyglot-4899585281beab51e5dff1d9ae4d3159244a8275.zip |
Add org mode, close #706
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-->606<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->607<!--/Package Count--> packages it consists of. - It is also more secure (scripts loaded for every filetype are generated by vim-polyglot) - Best syntax and indentation support (no other features). Hand-selected language packs. - Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled) @@ -143,6 +143,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [odin](https://github.com/Tetralux/odin.vim) (Odin syntax highlighting for odin files) - [opencl](https://github.com/petRUShka/vim-opencl) (OpenCL syntax highlighting for cl and opencl files) - [openscad](https://github.com/sirtaj/vim-openscad) (Syntax highlighting for scad files) +- [org](https://github.com/axvr/org.vim) (Syntax highlighting for org files) - [perl](https://github.com/vim-perl/vim-perl) (Perl syntax highlighting for pl, al, cgi, fcgi, perl and 12 more files) - [pest](https://github.com/pest-parser/pest.vim) (Syntax highlighting for pest files) - [pgsql](https://github.com/lifepillar/pgsql.vim) (PLpgSQL syntax highlighting for pgsql files) |