CrimsonTautology / vim-intermec-direct-protocol

Vim syntax plugin for Intermec Direct Protocol configuration and template files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-intermec-direct-protocol

A simple VIM syntax plugin for working with the Intermec Direct Protocol (IDP) command language

Installation

Install using your package manager of choice:

Usage

There is no standard extension of Intermec Direct Protocol config files, so you will need to manually set filetype via Vim:

:setf idp

You can also add the following to your .vimrc to automatically asociate an extension to Intermec Direct Protocol; say .prt files:

autocmd BufNewFile,BufRead *.prt set filetype=idp

About

Vim syntax plugin for Intermec Direct Protocol configuration and template files

License:MIT License


Languages

Language:Vim Script 100.0%