From c483e49b92736d2ef75c2ebb0b257f08461314e6 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 20 Jan 2019 10:22:35 +0100 Subject: [PATCH] Consistent naming for submodules --- .gitmodules | 4 ++-- assets/syntaxes/{protobuf-syntax-highlighting => Protobuf} | 0 assets/syntaxes/{syslog-syntax => Syslog} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename assets/syntaxes/{protobuf-syntax-highlighting => Protobuf} (100%) rename assets/syntaxes/{syslog-syntax => Syslog} (100%) diff --git a/.gitmodules b/.gitmodules index 851ffcbe..8f911a7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -107,10 +107,10 @@ path = assets/syntaxes/Assembly (ARM) url = https://github.com/tvi/Sublime-ARM-Assembly [submodule "assets/syntaxes/syslog-syntax"] - path = assets/syntaxes/syslog-syntax + path = assets/syntaxes/Syslog url = https://github.com/caos21/syslog-syntax.git branch = master [submodule "assets/syntaxes/protobuf-syntax-highlighting"] - path = assets/syntaxes/protobuf-syntax-highlighting + path = assets/syntaxes/Protobuf url = https://github.com/VcamX/protobuf-syntax-highlighting.git branch = master diff --git a/assets/syntaxes/protobuf-syntax-highlighting b/assets/syntaxes/Protobuf similarity index 100% rename from assets/syntaxes/protobuf-syntax-highlighting rename to assets/syntaxes/Protobuf diff --git a/assets/syntaxes/syslog-syntax b/assets/syntaxes/Syslog similarity index 100% rename from assets/syntaxes/syslog-syntax rename to assets/syntaxes/Syslog