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:
commit
75bd29e32d
@ -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