Skip to content

tijn/hosts.tmLanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60ed92c · Feb 13, 2025

History

52 Commits
Feb 13, 2025
Mar 13, 2020
Feb 14, 2020
Feb 13, 2025
Feb 13, 2025
Feb 13, 2025
Feb 13, 2025
Feb 21, 2015
Feb 13, 2025
Feb 17, 2020
Feb 23, 2015
Mar 12, 2020
Feb 14, 2020
Feb 13, 2025

Repository files navigation

hosts.tmLanguage

Scrupulous Syntax Highlighting for /etc/hosts

Screenshot

Features

  • It highlights IPv4 and IPv6 addresses rigidly. For example: it won't match the impossible movie IP-address 189.23.290.13. This makes it easier to spot errors.
  • It uses different scopes (i.e. different colors) for some special IP ranges:
    • Loopback: ::1 and 127.0.0/8
    • Private: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, and fc00::/7
  • Hostnames are in the local index: Ctrl+R (MacOS: Cmd+R)
  • Hoverable tooltips on Punycode hostname segments to render internationalized domain names.
  • Command Palette item to open Hosts file.

Installation

Install via Package Control.

Acknowledgements

The regular expressions for IPv6 by David M. Syzdek were found on stackoverflow.com. I had to rewrite them in a different format, so any faults or mistakes are probably mine.

Michael Lyons provided fixes and some great additions. And after that he rewrote the whole thing to add support for IPv6 (though still based on David M. Szydek).