From c28da3a4a91f7a3f16cb9df1d01dccf1b6303450 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 4 Oct 2015 20:42:29 +0200 Subject: [PATCH 1/2] Remove statatmbundle/Stata.tmbundle grammar --- .gitmodules | 3 --- grammars.yml | 3 --- vendor/grammars/Stata.tmbundle | 1 - 3 files changed, 7 deletions(-) delete mode 160000 vendor/grammars/Stata.tmbundle diff --git a/.gitmodules b/.gitmodules index 87654b7e..157dcfb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -253,9 +253,6 @@ [submodule "vendor/grammars/SublimeXtend"] path = vendor/grammars/SublimeXtend url = https://github.com/staltz/SublimeXtend -[submodule "vendor/grammars/Stata.tmbundle"] - path = vendor/grammars/Stata.tmbundle - url = https://github.com/statatmbundle/Stata.tmbundle [submodule "vendor/grammars/Vala-TMBundle"] path = vendor/grammars/Vala-TMBundle url = https://github.com/technosophos/Vala-TMBundle diff --git a/grammars.yml b/grammars.yml index 2a7a89e2..5ece546b 100644 --- a/grammars.yml +++ b/grammars.yml @@ -92,9 +92,6 @@ vendor/grammars/Scalate.tmbundle: - text.html.ssp vendor/grammars/Slash.tmbundle: - text.html.slash -vendor/grammars/Stata.tmbundle: -- source.mata -- source.stata vendor/grammars/Stylus/: - source.stylus vendor/grammars/Sublime-Coq: diff --git a/vendor/grammars/Stata.tmbundle b/vendor/grammars/Stata.tmbundle deleted file mode 160000 index bc1e3634..00000000 --- a/vendor/grammars/Stata.tmbundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bc1e36344d4d7aa0d9c53757639d3f56511565e7 From 0ebea6a0ff522602df82a89093a16c7082386734 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 4 Oct 2015 20:45:33 +0200 Subject: [PATCH 2/2] Use pschumm/Stata.tmbundle --- .gitmodules | 3 +++ grammars.yml | 3 +++ vendor/grammars/Stata.tmbundle | 1 + 3 files changed, 7 insertions(+) create mode 160000 vendor/grammars/Stata.tmbundle diff --git a/.gitmodules b/.gitmodules index 157dcfb9..98dbcfb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -677,3 +677,6 @@ [submodule "vendor/grammars/language-babel"] path = vendor/grammars/language-babel url = https://github.com/gandm/language-babel +[submodule "vendor/grammars/Stata.tmbundle"] + path = vendor/grammars/Stata.tmbundle + url = https://github.com/pschumm/Stata.tmbundle diff --git a/grammars.yml b/grammars.yml index 5ece546b..38caeb4f 100644 --- a/grammars.yml +++ b/grammars.yml @@ -92,6 +92,9 @@ vendor/grammars/Scalate.tmbundle: - text.html.ssp vendor/grammars/Slash.tmbundle: - text.html.slash +vendor/grammars/Stata.tmbundle/: +- source.mata +- source.stata vendor/grammars/Stylus/: - source.stylus vendor/grammars/Sublime-Coq: diff --git a/vendor/grammars/Stata.tmbundle b/vendor/grammars/Stata.tmbundle new file mode 160000 index 00000000..bc1e3634 --- /dev/null +++ b/vendor/grammars/Stata.tmbundle @@ -0,0 +1 @@ +Subproject commit bc1e36344d4d7aa0d9c53757639d3f56511565e7