From ff042a87a49bb7a98d14c26c510df79a0746ec5b Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Wed, 24 Aug 2016 07:12:42 +0200 Subject: [PATCH] Grammar for REXX from Sublime Text package --- .gitmodules | 3 +++ grammars.yml | 2 ++ lib/linguist/languages.yml | 2 +- vendor/grammars/sublime-rexx | 1 + vendor/licenses/grammar/sublime-rexx.txt | 26 ++++++++++++++++++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) create mode 160000 vendor/grammars/sublime-rexx create mode 100644 vendor/licenses/grammar/sublime-rexx.txt diff --git a/.gitmodules b/.gitmodules index aa73532f..a25c28a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -761,3 +761,6 @@ url = https://github.com/austinwagner/sublime-sourcepawn [submodule "vendor/grammars/atom-language-1c-bsl"] path = vendor/grammars/atom-language-1c-bsl url = https://github.com/xDrivenDevelopment/atom-language-1c-bsl.git +[submodule "vendor/grammars/sublime-rexx"] + path = vendor/grammars/sublime-rexx + url = https://github.com/mblocker/rexx-sublime diff --git a/grammars.yml b/grammars.yml index de015d25..7289d71f 100755 --- a/grammars.yml +++ b/grammars.yml @@ -584,6 +584,8 @@ vendor/grammars/sublime-opal/: - source.opalsysdefs vendor/grammars/sublime-pony: - source.pony +vendor/grammars/sublime-rexx/: +- source.rexx vendor/grammars/sublime-robot-plugin: - text.robot vendor/grammars/sublime-rust: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index ccef7df0..f8e97318 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3174,7 +3174,7 @@ REXX: - .rexx - .pprx - .rex - tm_scope: none + tm_scope: source.rexx ace_mode: text RHTML: diff --git a/vendor/grammars/sublime-rexx b/vendor/grammars/sublime-rexx new file mode 160000 index 00000000..a649cf3a --- /dev/null +++ b/vendor/grammars/sublime-rexx @@ -0,0 +1 @@ +Subproject commit a649cf3aefdade911e71f3cf086678c16b47fbbd diff --git a/vendor/licenses/grammar/sublime-rexx.txt b/vendor/licenses/grammar/sublime-rexx.txt new file mode 100644 index 00000000..0c1fcfce --- /dev/null +++ b/vendor/licenses/grammar/sublime-rexx.txt @@ -0,0 +1,26 @@ +--- +type: grammar +name: sublime-rexx +license: mit +--- +The MIT License (MIT) + +Copyright (c) 2016 Mike Blocker + +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.