mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
.. | ||
ftdetect | ||
syntax | ||
README.md | ||
test.hurl |
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