mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:00:04 +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'}],
|
||||
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
||||
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
|
||||
\ ['peterhoeg/vim-qml', { 'on_ft' : 'qml'}],
|
||||
\ ]
|
||||
return plugins
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user