From 4204078b199961cd55506ddb8329b1e657735d7a Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Wed, 24 Aug 2016 22:40:08 -0700 Subject: [PATCH] Updating location of Cython grammar --- .gitmodules | 3 +++ grammars.yml | 4 ++-- vendor/grammars/cython | 1 + vendor/licenses/grammar/cython.txt | 15 +++++++++++++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 160000 vendor/grammars/cython create mode 100644 vendor/licenses/grammar/cython.txt diff --git a/.gitmodules b/.gitmodules index 8f01152b..ea7b7ec1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -767,3 +767,6 @@ url = https://github.com/austinwagner/sublime-sourcepawn [submodule "vendor/grammars/blitzmax"] path = vendor/grammars/blitzmax url = https://github.com/textmate/blitzmax.tmbundle +[submodule "vendor/grammars/cython"] + path = vendor/grammars/cython + url = https://github.com/textmate/cython.tmbundle diff --git a/grammars.yml b/grammars.yml index 9c1a22c1..8087a018 100755 --- a/grammars.yml +++ b/grammars.yml @@ -1,8 +1,6 @@ --- http://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage: - text.xml.genshi -http://svn.textmate.org/trunk/Review/Bundles/Cython.tmbundle: -- source.cython http://svn.textmate.org/trunk/Review/Bundles/Forth.tmbundle: - source.forth http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle: @@ -236,6 +234,8 @@ vendor/grammars/css.tmbundle: vendor/grammars/cucumber-tmbundle: - source.ruby.rspec.cucumber.steps - text.gherkin.feature +vendor/grammars/cython: +- source.cython vendor/grammars/d.tmbundle: - source.d vendor/grammars/dart-sublime-bundle: diff --git a/vendor/grammars/cython b/vendor/grammars/cython new file mode 160000 index 00000000..e9f4d3a1 --- /dev/null +++ b/vendor/grammars/cython @@ -0,0 +1 @@ +Subproject commit e9f4d3a1e44a14df8f245f98591f62df34fbabd8 diff --git a/vendor/licenses/grammar/cython.txt b/vendor/licenses/grammar/cython.txt new file mode 100644 index 00000000..31515e2f --- /dev/null +++ b/vendor/licenses/grammar/cython.txt @@ -0,0 +1,15 @@ +--- +type: grammar +name: cython +license: permissive +curated: true +--- + +If not otherwise specified (see below), files in this repository fall under the following license: + + Permission to copy, use, modify, sell and distribute this + software is granted. This software is provided "as is" without + express or implied warranty, and with no claim as to its + suitability for any purpose. + +An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.