1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:30:05 +08:00

Added qml syntax highlighting layer

This commit is contained in:
Camden Cheek 2017-03-06 23:19:09 -05:00
parent 6ef8bc1d92
commit b8f16bff2f

View File

@ -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