EVL – ETL Tool


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2022 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Table of Contents

Text Editor

All you need to work with EVL is having a text editor.

Whatever text editor is your favourite, it is good to set syntax highlighting this way:

SyntaxFile mask
Bash*.evs, *.evl, *.evc, *.ewf, *.ews
C++*.evm, *.evd

Vim

To achieve syntax to be properly highlighted in Vim, just add these lines into your ~/.vimrc file:

" EVL settings "
autocmd BufRead,BufNewFile *.ev[slc] set syntax=sh
autocmd BufRead,BufNewFile *.ew[fs] set syntax=sh
autocmd BufRead,BufNewFile *.ev[md] set syntax=c