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

zoneinfo

by gilmoreorless ALL

Sublime Text syntax highlighting for time zone database files (a.k.a. zoneinfo files)

Details

Installs

  • Total 352
  • Win 184
  • Mac 112
  • Linux 56
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 Mar 15 Mar 14
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime zoneinfo

A Sublime Text package that adds syntax highlighting for IANA time zone database files (a.k.a. zoneinfo files).

Also available as an extension for Visual Studio Code.

Syntax highlighting is provided for the raw time zone definition files:

  • africa
  • antarctica
  • asia
  • australasia
  • backward
  • backzone
  • etcetera
  • europe
  • factory
  • northamerica
  • pacificnew
  • southamerica
  • systemv

As well as associated metadata files:

  • iso3166.tab
  • leap-seconds.list
  • leapseconds
  • zone.tab
  • zone1970.tab

Example screenshot

Preview of syntax highlighted file

Installation

Find it as zoneinfo through Package Control.


If you really want, you can use the old-school manual installation method (but using Package Control is easier):

Find your package installation path with Sublime Text by selecting Preferences -> Browse Packages…

Then open that directory in a terminal and run git clone https://github.com/gilmoreorless/sublime-zoneinfo.git

Development

All highlighting rules are defined in zoneinfo.YAML-tmLanguage using YAML syntax. The zoneinfo.tmLanguage file is auto-generated from the YAML using PackageDev.

For consistency, any changes to syntax highlighting made in this package should also be made in vscode-zoneinfo.

Credits

This code is open source under the MIT license – © Gilmore Davidson.