Removing Monkey grammar

This commit is contained in:
Arfon Smith
2016-03-18 15:19:32 -06:00
parent 835ceae6f6
commit 10eb5830f0
5 changed files with 1 additions and 13 deletions

3
.gitmodules vendored
View File

@@ -124,9 +124,6 @@
[submodule "vendor/grammars/fancy-tmbundle"] [submodule "vendor/grammars/fancy-tmbundle"]
path = vendor/grammars/fancy-tmbundle path = vendor/grammars/fancy-tmbundle
url = https://github.com/fancy-lang/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"] [submodule "vendor/grammars/dart-sublime-bundle"]
path = vendor/grammars/dart-sublime-bundle path = vendor/grammars/dart-sublime-bundle
url = https://github.com/guillermooo/dart-sublime-bundle url = https://github.com/guillermooo/dart-sublime-bundle

View File

@@ -393,8 +393,6 @@ vendor/grammars/mediawiki.tmbundle/:
- text.html.mediawiki - text.html.mediawiki
vendor/grammars/mercury-tmlanguage: vendor/grammars/mercury-tmlanguage:
- source.mercury - source.mercury
vendor/grammars/monkey.tmbundle:
- source.monkey
vendor/grammars/moonscript-tmbundle: vendor/grammars/moonscript-tmbundle:
- source.moonscript - source.moonscript
vendor/grammars/nemerle.tmbundle: vendor/grammars/nemerle.tmbundle:

View File

@@ -2236,6 +2236,7 @@ Monkey:
extensions: extensions:
- .monkey - .monkey
ace_mode: text ace_mode: text
tm_scope: none
Moocode: Moocode:
type: programming type: programming

View File

@@ -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).