From 2d3769c2981f2fe6a92e5789283c3fb8165b56e1 Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Mon, 25 Jul 2022 18:06:00 -0400 Subject: [PATCH] opt: rename OptGen.tmbundle to OptGen This is a temporary workaround for a bug in GoLand that prevents installing and using the OptGen TextMate bundle: https://youtrack.jetbrains.com/issue/GO-13411/Cannot-install-TextMate-bundles-with-tmbundle-suffix I plan to revert this change once the bug in GoLand has been fix. Release note: None --- .../{OptGen.tmbundle => OptGen}/Preferences/comments.plist | 0 .../{OptGen.tmbundle => OptGen}/Syntaxes/optgen.tmLanguage | 0 .../lang/support/textmate/{OptGen.tmbundle => OptGen}/info.plist | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pkg/sql/opt/optgen/lang/support/textmate/{OptGen.tmbundle => OptGen}/Preferences/comments.plist (100%) rename pkg/sql/opt/optgen/lang/support/textmate/{OptGen.tmbundle => OptGen}/Syntaxes/optgen.tmLanguage (100%) rename pkg/sql/opt/optgen/lang/support/textmate/{OptGen.tmbundle => OptGen}/info.plist (100%) diff --git a/pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/Preferences/comments.plist b/pkg/sql/opt/optgen/lang/support/textmate/OptGen/Preferences/comments.plist similarity index 100% rename from pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/Preferences/comments.plist rename to pkg/sql/opt/optgen/lang/support/textmate/OptGen/Preferences/comments.plist diff --git a/pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/Syntaxes/optgen.tmLanguage b/pkg/sql/opt/optgen/lang/support/textmate/OptGen/Syntaxes/optgen.tmLanguage similarity index 100% rename from pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/Syntaxes/optgen.tmLanguage rename to pkg/sql/opt/optgen/lang/support/textmate/OptGen/Syntaxes/optgen.tmLanguage diff --git a/pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/info.plist b/pkg/sql/opt/optgen/lang/support/textmate/OptGen/info.plist similarity index 100% rename from pkg/sql/opt/optgen/lang/support/textmate/OptGen.tmbundle/info.plist rename to pkg/sql/opt/optgen/lang/support/textmate/OptGen/info.plist