Add svelte syntax highlighting

This commit is contained in:
Daniel Lynn 2021-08-12 12:31:58 -05:00
parent 3e9a9704a2
commit cca23b1307
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -3,6 +3,7 @@ Plug 'cespare/vim-toml', { 'for': 'toml' }
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } Plug 'leafgarland/typescript-vim', { 'for': 'typescript' }
Plug 'leafoftree/vim-svelte-plugin', { 'for': 'svelte' }
Plug 'posva/vim-vue', { 'for': 'vue' } Plug 'posva/vim-vue', { 'for': 'vue' }
Plug 'ron-rs/ron.vim', { 'for': 'ron' } Plug 'ron-rs/ron.vim', { 'for': 'ron' }
Plug 'tommcdo/vim-exchange' Plug 'tommcdo/vim-exchange'