+
+
+
+
+
diff --git a/vendor/README.md b/vendor/README.md
index 13819bac..5357f9e9 100644
--- a/vendor/README.md
+++ b/vendor/README.md
@@ -195,6 +195,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Makefile:** [textmate/make.tmbundle](https://github.com/textmate/make.tmbundle)
- **Mako:** [marconi/mako-tmbundle](https://github.com/marconi/mako-tmbundle)
- **Markdown:** [atom/language-gfm](https://github.com/atom/language-gfm)
+- **Marko:** [marko-js/marko-tmbundle](https://github.com/marko-js/marko-tmbundle)
- **Mask:** [tenbits/sublime-mask](https://github.com/tenbits/sublime-mask)
- **Mathematica:** [shadanan/mathematica-tmbundle](https://github.com/shadanan/mathematica-tmbundle)
- **Matlab:** [textmate/matlab.tmbundle](https://github.com/textmate/matlab.tmbundle)
diff --git a/vendor/grammars/marko-tmbundle b/vendor/grammars/marko-tmbundle
new file mode 160000
index 00000000..bbfc8db3
--- /dev/null
+++ b/vendor/grammars/marko-tmbundle
@@ -0,0 +1 @@
+Subproject commit bbfc8db307890fb5df8fbf35b0a1c5af9193dd59
diff --git a/vendor/licenses/grammar/marko-tmbundle.txt b/vendor/licenses/grammar/marko-tmbundle.txt
new file mode 100644
index 00000000..72ed713b
--- /dev/null
+++ b/vendor/licenses/grammar/marko-tmbundle.txt
@@ -0,0 +1,25 @@
+---
+type: grammar
+name: marko-tmbundle
+license: mit
+---
+The MIT License (MIT)
+
+Copyright (c) 2014 David Rios
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.