summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorIvan Smirnov <isgsmirnov@gmail.com>2019-06-06 19:47:08 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2019-06-07 08:02:38 +0200
commit69fc1caead487c478911c5d6eda36a09cd739129 (patch)
tree8ad9fe335cc1d6fea669e393e9a9fea69fe835dc /.gitmodules
parente9210c0f6c390ccffe72a5461c57b8348ceb4a48 (diff)
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e94bbcb8..9f63d867 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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