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