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

Merge pull request #310 from ccheek21/qml

Added qml syntax highlighting layer
This commit is contained in:
Wang Shidong 2017-03-07 13:46:50 +08:00 committed by GitHub
commit 75bd29e32d

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