Skip to content

michaelachrisco/x12-syntax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Original Script: http://www.vim.org/scripts/script.php?script_id=1625

A simple syntax highlighter for EDI X12 files - It does not validate the correctness of X12s. Just highlights the file. Currently only Healthcare 270/271/834s are tested.

Vundle install: In ~/.vimrc Add the following lines:

Plugin 'michaelachrisco/x12-syntax'
"Optional:
"au BufRead,BufNewFile *.x12 setfiletype x12
"au BufRead,BufNewFile *.270 setfiletype x12
"au BufRead,BufNewFile *.271 setfiletype x12
"au BufRead,BufNewFile *.834 setfiletype x12

Then do a :PluginInstall

Packages

No packages published

Languages

  • Vim Script 100.0%