hurl/contrib/vim/README.md

17 lines
224 B
Markdown
Raw Normal View History

2022-06-01 12:18:09 +03: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
```