ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

HL7

by craighurley ALL

Syntax highlighting for HL7

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 539
  • Linux 118
Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-hl7-syntax

Sublime Text syntax highlighting for HL7 content.

hl7.png

Installation

Manual

Sublime Text 2:

git clone https://github.com/craighurley/sublime-hl7-syntax.git \
~/Library/Application\ Support/Sublime\ Text\ 2/Packages/sublime-hl7-syntax

Sublime Text 3:

git clone https://github.com/craighurley/sublime-hl7-syntax.git \
~/Library/Application\ Support/Sublime\ Text\ 3/Packages/sublime-hl7-syntax

Package Control

First, install the Package Control plugin, instructions here: http://wbond.net/sublime_packages/package_control.

Once you install Package Control, restart Sublime Text and bring up the Command Palette (command+shift+p on OS X, super+shift+p on Linux/Windows).

Select “Package Control: Install Package”, wait while Package Control fetches the latest package list, then select “HL7” when the list appears.

Usage

File types ending in .edi or .hl7 should automatically have syntax highlighting applied, if not use the following commands to set syntax to HL7: - Linux: super+shift+p, then type ss hl7 - Windows: super+shift+p, then type ss hl7 - OS X: command+shift+p, then type ss hl7

Info