sponsor Vim development Vim logo Vim Book Ad

x12 syntax : Highlighter for X12 EDI(electronic data interchange) files

 script karma  Rating 6/6, Downloaded by 816  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.

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
x12.vim 0.2 2007-10-11 7.0 ranjith chandran Added few more segments left out in 0.1
Added highlighting for ":"  as Special.
x12.vim 0.1 2006-07-31 6.0 ranjith chandran Initial upload
ip used for rating: 18.218.55.14

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github