mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 13:30:06 +08:00
Added qml syntax highlighting layer
This commit is contained in:
parent
6ef8bc1d92
commit
b8f16bff2f
@ -21,6 +21,7 @@ function! SpaceVim#layers#lang#plugins() abort
|
|||||||
\ ['lervag/vimtex', { 'on_ft' : 'tex'}],
|
\ ['lervag/vimtex', { 'on_ft' : 'tex'}],
|
||||||
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
||||||
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
|
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
|
||||||
|
\ ['peterhoeg/vim-qml', { 'on_ft' : 'qml'}],
|
||||||
\ ]
|
\ ]
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user