From b856ab16cffc0085cd04bda57668ec3a5f428bfa Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 22 Apr 2013 09:49:05 -0600 Subject: [PATCH] Add SQL textmate bundle --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index f2ae37891..a653b572f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ [submodule "vendor/packages/pegjs.tmbundle"] path = vendor/packages/pegjs.tmbundle url = https://github.com/alexstrat/PEGjs.tmbundle +[submodule "vendor/packages/sql.tmbundle"] + path = vendor/packages/sql.tmbundle + url = https://github.com/textmate/sql.tmbundle