hurl/contrib/vim
2022-06-12 19:18:10 +02:00
..
ftdetect Add basic Syntax highlighting for VIM 2022-06-05 21:12:41 +02:00
syntax Support template in vim syntax highlighting 2022-06-12 19:18:10 +02:00
README.md Add basic Syntax highlighting for VIM 2022-06-05 21:12:41 +02:00
test.hurl Support template in vim syntax highlighting 2022-06-12 19:18:10 +02:00

Install vim syntaxt highlighting for Hurl

mkdir -p ~/.vim/{ftdetect,syntax}
cp ftdetect/hurl.vim ~/.vim/ftdetect
cp syntax/hurl.vim ~/.vim/syntax

Activate syntax highlighting in your ~/.vimrc

syntax on