diff --git a/.gitmodules b/.gitmodules index d08760ce..0b861dfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -740,3 +740,6 @@ [submodule "vendor/grammars/atom-language-clean"] path = vendor/grammars/atom-language-clean url = https://github.com/timjs/atom-language-clean.git +[submodule "vendor/grammars/language-turing"] + path = vendor/grammars/language-turing + url = https://github.com/Alhadis/language-turing diff --git a/grammars.yml b/grammars.yml index 87db2ff9..7027e01d 100755 --- a/grammars.yml +++ b/grammars.yml @@ -386,6 +386,8 @@ vendor/grammars/language-supercollider: - source.supercollider vendor/grammars/language-toc-wow: - source.toc +vendor/grammars/language-turing: +- source.turing vendor/grammars/language-wavefront: - source.wavefront.mtl - source.wavefront.obj diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e9388e4e..8aa0aa11 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3738,7 +3738,7 @@ Thrift: Turing: type: programming - color: "#45f715" + color: "#cf142b" extensions: - .t - .tu diff --git a/vendor/grammars/language-turing b/vendor/grammars/language-turing new file mode 160000 index 00000000..5f1d5f2f --- /dev/null +++ b/vendor/grammars/language-turing @@ -0,0 +1 @@ +Subproject commit 5f1d5f2f1a47424113c92ca154b5de45b6f9200d diff --git a/vendor/licenses/grammar/language-turing.txt b/vendor/licenses/grammar/language-turing.txt new file mode 100644 index 00000000..8c19ebe6 --- /dev/null +++ b/vendor/licenses/grammar/language-turing.txt @@ -0,0 +1,18 @@ +--- +type: grammar +name: language-turing +license: isc +--- +Copyright (c) 2016, John Gardner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.