Add Hurl syntax support
This commit is contained in:
parent
1a5fbe9707
commit
0591df1423
1 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,9 @@ minpac#add('lambdalisue/fern-ssh')
|
|||
# vim-endwise for XML. Very nice to have when working on HTML documents.
|
||||
minpac#add('alvan/vim-closetag')
|
||||
|
||||
# Hurlfile syntax from its official repository.
|
||||
minpac#add('Orange-OpenSource/hurl', {subdir: 'contrib/vim'})
|
||||
|
||||
# Lots of extra syntax support for JavaScript along with its relatives
|
||||
# (TypeScript, CoffeeScript) since Vim's built-in support is a bit dated.
|
||||
minpac#add('kchmck/vim-coffee-script')
|
||||
|
|
Loading…
Reference in a new issue