An open API service indexing awesome lists of open source software.

https://github.com/tanikai/vim-xdt-syntax

Vim syntax highlighting for xDT / KVDT files (LDT, BDT, GDT)
https://github.com/tanikai/vim-xdt-syntax

kbv labor syntax-highlighting vim-syntax

Last synced: about 2 months ago
JSON representation

Vim syntax highlighting for xDT / KVDT files (LDT, BDT, GDT)

Awesome Lists containing this project

README

          

# vim-xdt-syntax

## About

This project contains Vim syntax highlighting for the xDT / KVDT file family
defined by the KBV (Kassenärztliche Bundesvereinigung). The following file
types belong to the family:

- LDT (Labordatentransfer)
- GDT (Gerätedatentransfer)
- BDT (Behandlungsdatentransfer)

## Usage

- Copy the xdt.vim file into your /syntax directory
- Add the following line to your .vimrc or init.vim file: `au BufNewFile,BufRead *.bdt,*.gdt,*.ldt set filetype=xdt`