mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Updating location of Cython grammar
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -767,3 +767,6 @@ url = https://github.com/austinwagner/sublime-sourcepawn
|
|||||||
[submodule "vendor/grammars/blitzmax"]
|
[submodule "vendor/grammars/blitzmax"]
|
||||||
path = vendor/grammars/blitzmax
|
path = vendor/grammars/blitzmax
|
||||||
url = https://github.com/textmate/blitzmax.tmbundle
|
url = https://github.com/textmate/blitzmax.tmbundle
|
||||||
|
[submodule "vendor/grammars/cython"]
|
||||||
|
path = vendor/grammars/cython
|
||||||
|
url = https://github.com/textmate/cython.tmbundle
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
http://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage:
|
http://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage:
|
||||||
- text.xml.genshi
|
- text.xml.genshi
|
||||||
http://svn.textmate.org/trunk/Review/Bundles/Cython.tmbundle:
|
|
||||||
- source.cython
|
|
||||||
http://svn.textmate.org/trunk/Review/Bundles/Forth.tmbundle:
|
http://svn.textmate.org/trunk/Review/Bundles/Forth.tmbundle:
|
||||||
- source.forth
|
- source.forth
|
||||||
http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle:
|
http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle:
|
||||||
@@ -236,6 +234,8 @@ vendor/grammars/css.tmbundle:
|
|||||||
vendor/grammars/cucumber-tmbundle:
|
vendor/grammars/cucumber-tmbundle:
|
||||||
- source.ruby.rspec.cucumber.steps
|
- source.ruby.rspec.cucumber.steps
|
||||||
- text.gherkin.feature
|
- text.gherkin.feature
|
||||||
|
vendor/grammars/cython:
|
||||||
|
- source.cython
|
||||||
vendor/grammars/d.tmbundle:
|
vendor/grammars/d.tmbundle:
|
||||||
- source.d
|
- source.d
|
||||||
vendor/grammars/dart-sublime-bundle:
|
vendor/grammars/dart-sublime-bundle:
|
||||||
|
|||||||
1
vendor/grammars/cython
vendored
Submodule
1
vendor/grammars/cython
vendored
Submodule
Submodule vendor/grammars/cython added at e9f4d3a1e4
15
vendor/licenses/grammar/cython.txt
vendored
Normal file
15
vendor/licenses/grammar/cython.txt
vendored
Normal file
@@ -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”.
|
||||||
Reference in New Issue
Block a user