Bringing Monkey grammar back under MIT license

This commit is contained in:
Arfon Smith
2016-03-19 07:38:59 -06:00
parent 4a2cb32149
commit 67191d4d5e
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -668,3 +668,6 @@
[submodule "vendor/grammars/sublimeassembly"]
path = vendor/grammars/sublimeassembly
url = https://github.com/Nessphoro/sublimeassembly
[submodule "vendor/grammars/monkey"]
path = vendor/grammars/monkey
url = https://github.com/gingerbeardman/monkey.tmbundle

View File

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

View File

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

1
vendor/grammars/monkey vendored Submodule

Submodule vendor/grammars/monkey added at 3a323c057a