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)
- Host: GitHub
- URL: https://github.com/tanikai/vim-xdt-syntax
- Owner: Tanikai
- License: gpl-3.0
- Created: 2021-11-03T20:16:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T22:17:59.000Z (over 4 years ago)
- Last Synced: 2025-07-06T00:37:17.217Z (9 months ago)
- Topics: kbv, labor, syntax-highlighting, vim-syntax
- Language: Vim script
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`