1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Add support for "etc/hosts" files.

- Syntax author: https://github.com/brandonwamboldt/sublime-hosts

Since the upstream version only has a tmLanguage, added a sublime-syntax
file manually.
This commit is contained in:
Ivan Smirnov
2019-06-06 19:47:08 -07:00
committed by David Peter
parent e9210c0f6c
commit 69fc1caead
3 changed files with 27 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -135,3 +135,6 @@
[submodule "assets/syntaxes/DotENV"]
path = assets/syntaxes/DotENV
url = https://github.com/zaynali53/DotENV
[submodule "assets/syntaxes/hosts"]
path = assets/syntaxes/hosts
url = https://github.com/brandonwamboldt/sublime-hosts