x12 syntax : Highlighter for X12 EDI(electronic data interchange) files
script karma |
Rating 6/6,
Downloaded by 966 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
ranjith chandran |
|
script type |
syntax |
|
description |
A simple syntax highlighter for EDI X12 files -
It does not validate the correctness of X12s. Just highlights the file.
Currently only Healthcare 270/271s are tested. |
|
install details |
Copy the file to
$VIMRUNTIME/syntax/ (Windows)
or
~/.vim/syntax/ (*nix)
Put an entry to $VIMRUNTIME/filetype.vim like:
" X12
au BufNewFile,BufRead *.x12 setf x12
To auto load the syntax.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.91
|