From 10eb5830f0f4eaea7dce99173132c8fa132212ff Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Fri, 18 Mar 2016 15:19:32 -0600 Subject: [PATCH] Removing Monkey grammar --- .gitmodules | 3 --- grammars.yml | 2 -- lib/linguist/languages.yml | 1 + vendor/grammars/monkey.tmbundle | 1 - vendor/licenses/grammar/monkey.tmbundle.txt | 7 ------- 5 files changed, 1 insertion(+), 13 deletions(-) delete mode 160000 vendor/grammars/monkey.tmbundle delete mode 100644 vendor/licenses/grammar/monkey.tmbundle.txt diff --git a/.gitmodules b/.gitmodules index 739c28ae..a901cca2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,9 +124,6 @@ [submodule "vendor/grammars/fancy-tmbundle"] path = vendor/grammars/fancy-tmbundle url = https://github.com/fancy-lang/fancy-tmbundle -[submodule "vendor/grammars/monkey.tmbundle"] - path = vendor/grammars/monkey.tmbundle - url = https://github.com/gingerbeardman/monkey.tmbundle [submodule "vendor/grammars/dart-sublime-bundle"] path = vendor/grammars/dart-sublime-bundle url = https://github.com/guillermooo/dart-sublime-bundle diff --git a/grammars.yml b/grammars.yml index b80a3755..355d7d72 100755 --- a/grammars.yml +++ b/grammars.yml @@ -393,8 +393,6 @@ vendor/grammars/mediawiki.tmbundle/: - text.html.mediawiki vendor/grammars/mercury-tmlanguage: - source.mercury -vendor/grammars/monkey.tmbundle: -- source.monkey vendor/grammars/moonscript-tmbundle: - source.moonscript vendor/grammars/nemerle.tmbundle: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 35ed8ff0..9995b3aa 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2236,6 +2236,7 @@ Monkey: extensions: - .monkey ace_mode: text + tm_scope: none Moocode: type: programming diff --git a/vendor/grammars/monkey.tmbundle b/vendor/grammars/monkey.tmbundle deleted file mode 160000 index 4de43baf..00000000 --- a/vendor/grammars/monkey.tmbundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4de43bafc8c6530a56d225aab50f1690ad928b0f diff --git a/vendor/licenses/grammar/monkey.tmbundle.txt b/vendor/licenses/grammar/monkey.tmbundle.txt deleted file mode 100644 index fe7400d6..00000000 --- a/vendor/licenses/grammar/monkey.tmbundle.txt +++ /dev/null @@ -1,7 +0,0 @@ ---- -type: grammar -name: monkey.tmbundle -license: cc-by -curated: true ---- -monkey.tmbundle is made available under a [Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0).