Skip to content

Vim syntax plugin for Intermec Direct Protocol configuration and template files

License

Notifications You must be signed in to change notification settings

CrimsonTautology/vim-intermec-direct-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published