- vim-jp/syntax-vim-ex; + sheerun/vim-polyglot

This commit is contained in:
Iron_E 2020-11-19 20:33:21 -05:00
parent 08ba0780ae
commit 2d9389ed02
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 2 deletions

View File

@ -123,7 +123,7 @@ Ensure your colorscheme's base folder is in Neovim's `rtp` before sourcing.
> What syntax files should I use for `X` language?
You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter), or one of the following:
You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter), [`nvim-polyglot`](https://github.com/sheerun/vim-polyglot), or one of the following:
| Language | Syntax Plugin |
|:-----------|:------------------------------------------------------------------------------------------|
@ -166,7 +166,6 @@ You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-t
| Ungrammar | [Iron-E/vim-ungrammar](https://github.com/Iron-E/vim-ungrammar) |
| VB.NET | [vim-scripts/vbnet](https://github.com/vim-scripts/vbnet) |
| Vim Logs | [MTDL9/vim-log-highlighting](https://github.com/MTDL9/vim-log-highlighting) |
| Vimscript | [vim-jp/syntax-vim-ex](https://github.com/vim-jp/syntax-vim-ex) |
| XML | [amadeus/vim-xml](https://github.com/amadeus/vim-xml) |
| YAML | [stephpy/vim-yaml](https://github.com/stephpy/vim-yaml) |
| YATS | [HerringtonDarkholme/yats](https://github.com/HerringtonDarkholme/yats) |