mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add syntax highlighting for Turing (#3052)
* Change Turing's colour to red * Add a grammar for Turing
This commit is contained in:
committed by
Arfon Smith
parent
920f825496
commit
c4ab3b276f
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -740,3 +740,6 @@
|
|||||||
[submodule "vendor/grammars/atom-language-clean"]
|
[submodule "vendor/grammars/atom-language-clean"]
|
||||||
path = vendor/grammars/atom-language-clean
|
path = vendor/grammars/atom-language-clean
|
||||||
url = https://github.com/timjs/atom-language-clean.git
|
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
|
||||||
|
|||||||
@@ -386,6 +386,8 @@ vendor/grammars/language-supercollider:
|
|||||||
- source.supercollider
|
- source.supercollider
|
||||||
vendor/grammars/language-toc-wow:
|
vendor/grammars/language-toc-wow:
|
||||||
- source.toc
|
- source.toc
|
||||||
|
vendor/grammars/language-turing:
|
||||||
|
- source.turing
|
||||||
vendor/grammars/language-wavefront:
|
vendor/grammars/language-wavefront:
|
||||||
- source.wavefront.mtl
|
- source.wavefront.mtl
|
||||||
- source.wavefront.obj
|
- source.wavefront.obj
|
||||||
|
|||||||
@@ -3738,7 +3738,7 @@ Thrift:
|
|||||||
|
|
||||||
Turing:
|
Turing:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#45f715"
|
color: "#cf142b"
|
||||||
extensions:
|
extensions:
|
||||||
- .t
|
- .t
|
||||||
- .tu
|
- .tu
|
||||||
|
|||||||
1
vendor/grammars/language-turing
vendored
Submodule
1
vendor/grammars/language-turing
vendored
Submodule
Submodule vendor/grammars/language-turing added at 5f1d5f2f1a
18
vendor/licenses/grammar/language-turing.txt
vendored
Normal file
18
vendor/licenses/grammar/language-turing.txt
vendored
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user