From c13e384e187735c5e41bddd658d4e528db0c9498 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Wed, 24 Aug 2016 22:44:36 -0700 Subject: [PATCH] Updating location of Forth grammar --- .gitmodules | 3 +++ grammars.yml | 4 ++-- vendor/grammars/forth | 1 + vendor/licenses/grammar/forth.txt | 14 ++++++++++++++ 4 files changed, 20 insertions(+), 2 deletions(-) create mode 160000 vendor/grammars/forth create mode 100644 vendor/licenses/grammar/forth.txt diff --git a/.gitmodules b/.gitmodules index ea7b7ec1..0e1e0f61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -770,3 +770,6 @@ url = https://github.com/austinwagner/sublime-sourcepawn [submodule "vendor/grammars/cython"] path = vendor/grammars/cython url = https://github.com/textmate/cython.tmbundle +[submodule "vendor/grammars/forth"] + path = vendor/grammars/forth + url = https://github.com/textmate/forth.tmbundle diff --git a/grammars.yml b/grammars.yml index 8087a018..376f82cd 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/Forth.tmbundle: -- source.forth http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle: - source.parrot.pir http://svn.textmate.org/trunk/Review/Bundles/SecondLife%20LSL.tmbundle: @@ -273,6 +271,8 @@ vendor/grammars/fancy-tmbundle: - source.fancy vendor/grammars/fish-tmbundle: - source.fish +vendor/grammars/forth: +- source.forth vendor/grammars/fortran.tmbundle: - source.fortran - source.fortran.modern diff --git a/vendor/grammars/forth b/vendor/grammars/forth new file mode 160000 index 00000000..0cf0ec91 --- /dev/null +++ b/vendor/grammars/forth @@ -0,0 +1 @@ +Subproject commit 0cf0ec91f65717903b41ea6cd62f6cd17788f0d0 diff --git a/vendor/licenses/grammar/forth.txt b/vendor/licenses/grammar/forth.txt new file mode 100644 index 00000000..ec9c0253 --- /dev/null +++ b/vendor/licenses/grammar/forth.txt @@ -0,0 +1,14 @@ +--- +type: grammar +name: forth +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”.