mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Compare commits
	
		
			20 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 0f3644d23a | ||
|  | 04d3023f76 | ||
|  | 5c7aa5406a | ||
|  | bce676e902 | ||
|  | 7c9fd59a99 | ||
|  | b89d1a2e77 | ||
|  | f8c5015b20 | ||
|  | f28cdc8a15 | ||
|  | 0e147f1f66 | ||
|  | a91705724d | ||
|  | 5e3e8133fb | ||
|  | 5a3758f1c7 | ||
|  | 57237106f3 | ||
|  | 99ad2368b0 | ||
|  | 21d7f99a4e | ||
|  | 24b368a30c | ||
|  | 7c8bc8561d | ||
|  | ce37cd665d | ||
|  | bd0f4f6f78 | ||
|  | 4867db8831 | 
							
								
								
									
										18
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -479,9 +479,6 @@ | ||||
| [submodule "vendor/grammars/Modelica"] | ||||
| 	path = vendor/grammars/Modelica | ||||
| 	url = https://github.com/BorisChumichev/modelicaSublimeTextPackage | ||||
| [submodule "vendor/grammars/sublime-apl"] | ||||
| 	path = vendor/grammars/sublime-apl | ||||
| 	url = https://github.com/StoneCypher/sublime-apl | ||||
| [submodule "vendor/grammars/sublime-golo"] | ||||
| 	path = vendor/grammars/sublime-golo | ||||
| 	url = https://github.com/TypeUnsafe/sublime-golo | ||||
| @@ -698,3 +695,18 @@ | ||||
| [submodule "vendor/grammars/grace"] | ||||
| 	path = vendor/grammars/grace | ||||
| 	url = https://github.com/zmthy/grace-tmbundle | ||||
| [submodule "vendor/grammars/nix"] | ||||
| 	path = vendor/grammars/nix | ||||
| 	url = https://github.com/wmertens/sublime-nix | ||||
| [submodule "vendor/grammars/idris"] | ||||
| 	path = vendor/grammars/idris | ||||
| 	url = https://github.com/idris-hackers/idris-sublime.git | ||||
| [submodule "vendor/grammars/atomic-dreams"] | ||||
| 	path = vendor/grammars/atomic-dreams | ||||
| 	url = https://github.com/PJB3005/atomic-dreams | ||||
| [submodule "vendor/grammars/language-apl"] | ||||
| 	path = vendor/grammars/language-apl | ||||
| 	url = https://github.com/Alhadis/language-apl.git | ||||
| [submodule "vendor/grammars/language-graphql"] | ||||
| 	path = vendor/grammars/language-graphql | ||||
| 	url = https://github.com/rmosolgo/language-graphql | ||||
|   | ||||
							
								
								
									
										13
									
								
								grammars.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								grammars.yml
									
									
									
									
									
								
							| @@ -183,6 +183,9 @@ vendor/grammars/atom-language-stan/: | ||||
| vendor/grammars/atom-salt: | ||||
| - source.python.salt | ||||
| - source.yaml.salt | ||||
| vendor/grammars/atomic-dreams/: | ||||
| - source.dm | ||||
| - source.dmf | ||||
| vendor/grammars/ats: | ||||
| - source.ats | ||||
| vendor/grammars/awk-sublime: | ||||
| @@ -290,6 +293,8 @@ vendor/grammars/idl.tmbundle: | ||||
| - source.idl | ||||
| - source.idl-dlm | ||||
| - text.idl-idldoc | ||||
| vendor/grammars/idris/: | ||||
| - source.idris | ||||
| vendor/grammars/ini.tmbundle: | ||||
| - source.ini | ||||
| vendor/grammars/io.tmbundle: | ||||
| @@ -314,6 +319,8 @@ vendor/grammars/json.tmbundle: | ||||
| - source.json | ||||
| vendor/grammars/kotlin-sublime-package: | ||||
| - source.Kotlin | ||||
| vendor/grammars/language-apl: | ||||
| - source.apl | ||||
| vendor/grammars/language-babel/: | ||||
| - source.js.jsx | ||||
| - source.regexp.babel | ||||
| @@ -333,6 +340,8 @@ vendor/grammars/language-csharp: | ||||
| - source.nant-build | ||||
| vendor/grammars/language-gfm: | ||||
| - source.gfm | ||||
| vendor/grammars/language-graphql: | ||||
| - source.graphql | ||||
| vendor/grammars/language-hy: | ||||
| - source.hy | ||||
| vendor/grammars/language-inform7: | ||||
| @@ -414,6 +423,8 @@ vendor/grammars/nesC: | ||||
| - source.nesc | ||||
| vendor/grammars/ninja.tmbundle: | ||||
| - source.ninja | ||||
| vendor/grammars/nix: | ||||
| - source.nix | ||||
| vendor/grammars/objective-c.tmbundle: | ||||
| - source.objc | ||||
| - source.objc++ | ||||
| @@ -499,8 +510,6 @@ vendor/grammars/standard-ml.tmbundle: | ||||
| - source.ml | ||||
| vendor/grammars/sublime-MuPAD: | ||||
| - source.mupad | ||||
| vendor/grammars/sublime-apl/: | ||||
| - source.apl | ||||
| vendor/grammars/sublime-aspectj/: | ||||
| - source.aspectj | ||||
| vendor/grammars/sublime-befunge: | ||||
|   | ||||
| @@ -127,6 +127,14 @@ module Linguist | ||||
|         Language["ECL"] | ||||
|       end | ||||
|     end | ||||
|      | ||||
|     disambiguate ".es" do |data| | ||||
|       if /^\s*(?:%%|main\s*\(.*?\)\s*->)/.match(data) | ||||
|         Language["Erlang"] | ||||
|       elsif /(?:\/\/|("|')use strict\1|export\s+default\s|\/\*.*?\*\/)/m.match(data) | ||||
|         Language["JavaScript"] | ||||
|       end | ||||
|     end | ||||
|  | ||||
|     disambiguate ".for", ".f" do |data| | ||||
|       if /^: /.match(data) | ||||
|   | ||||
| @@ -772,7 +772,7 @@ DM: | ||||
|   - .dm | ||||
|   aliases: | ||||
|   - byond | ||||
|   tm_scope: source.c++ | ||||
|   tm_scope: source.dm | ||||
|   ace_mode: c_cpp | ||||
|  | ||||
| DNS Zone: | ||||
| @@ -1262,6 +1262,14 @@ Graph Modeling Language: | ||||
|   tm_scope: none | ||||
|   ace_mode: text | ||||
|  | ||||
| GraphQL: | ||||
|   type: data | ||||
|   extensions: | ||||
|     - .graphql | ||||
|   color: "#E535AB" | ||||
|   tm_scope: source.graphql | ||||
|   ace_mode: text | ||||
|  | ||||
| Graphviz (DOT): | ||||
|   type: data | ||||
|   tm_scope: source.dot | ||||
| @@ -1532,7 +1540,7 @@ Idris: | ||||
|   - .idr | ||||
|   - .lidr | ||||
|   ace_mode: text | ||||
|   tm_scope: none | ||||
|   tm_scope: source.idris | ||||
|  | ||||
| Inform 7: | ||||
|   type: programming | ||||
| @@ -1694,6 +1702,7 @@ JavaScript: | ||||
|   - .js | ||||
|   - ._js | ||||
|   - .bones | ||||
|   - .es | ||||
|   - .es6 | ||||
|   - .frag | ||||
|   - .gs | ||||
| @@ -2067,6 +2076,7 @@ Makefile: | ||||
|   - .mak | ||||
|   - .d | ||||
|   - .mk | ||||
|   - .mkfile | ||||
|   filenames: | ||||
|   - GNUmakefile | ||||
|   - Kbuild | ||||
| @@ -2075,6 +2085,7 @@ Makefile: | ||||
|   - Makefile.in | ||||
|   - Makefile.inc | ||||
|   - makefile | ||||
|   - mkfile | ||||
|   interpreters: | ||||
|   - make | ||||
|   ace_mode: makefile | ||||
| @@ -2373,7 +2384,7 @@ Nix: | ||||
|   - .nix | ||||
|   aliases: | ||||
|   - nixos | ||||
|   tm_scope: none | ||||
|   tm_scope: source.nix | ||||
|   ace_mode: nix | ||||
|  | ||||
| Nu: | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| module Linguist | ||||
|   VERSION = "4.8.1" | ||||
|   VERSION = "4.8.3" | ||||
| end | ||||
|   | ||||
							
								
								
									
										26
									
								
								samples/Erlang/170-os-daemons.es
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										26
									
								
								samples/Erlang/170-os-daemons.es
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| #! /usr/bin/env escript | ||||
|  | ||||
| % Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||||
| % use this file except in compliance with the License. You may obtain a copy of | ||||
| % the License at | ||||
| % | ||||
| %   http://www.apache.org/licenses/LICENSE-2.0 | ||||
| % | ||||
| % Unless required by applicable law or agreed to in writing, software | ||||
| % distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||||
| % WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||||
| % License for the specific language governing permissions and limitations under | ||||
| % the License. | ||||
|  | ||||
| loop() -> | ||||
| 	loop(io:read("")). | ||||
|  | ||||
| loop({ok, _}) -> | ||||
| 	loop(io:read("")); | ||||
| loop(eof) -> | ||||
| 	stop; | ||||
| loop({error, Reason}) -> | ||||
| 	throw({error, Reason}). | ||||
|  | ||||
| main([]) -> | ||||
| 	loop(). | ||||
							
								
								
									
										1
									
								
								samples/Erlang/release
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										1
									
								
								samples/Erlang/release
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -119,4 +119,3 @@ execute_overlay([{copy, In, Out} | Rest], Vars, BaseDir, TargetDir) -> | ||||
|  | ||||
| exit_code(ExitCode) -> | ||||
|     erlang:halt(ExitCode, [{flush, true}]). | ||||
|  | ||||
|   | ||||
							
								
								
									
										104
									
								
								samples/Erlang/single-context.es
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										104
									
								
								samples/Erlang/single-context.es
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,104 @@ | ||||
| #! /usr/bin/env escript | ||||
| % This file is part of Emonk released under the MIT license.  | ||||
| % See the LICENSE file for more information. | ||||
|  | ||||
| main([]) -> | ||||
| 	start(64, 1000); | ||||
| main([N]) -> | ||||
| 	start(list_to_integer(N), 1000); | ||||
| main([N, M]) -> | ||||
| 	start(list_to_integer(N), list_to_integer(M)). | ||||
|  | ||||
|  | ||||
| start(N, M) -> | ||||
| 	code:add_pathz("test"), | ||||
| 	code:add_pathz("ebin"), | ||||
| 	{ok, Ctx} = emonk:create_ctx(), | ||||
| 	{ok, undefined} = emonk:eval(Ctx, js()), | ||||
| 	run(Ctx, N, M), | ||||
| 	wait(N). | ||||
|  | ||||
| run(_, 0, _) -> | ||||
| 	ok; | ||||
| run(Ctx, N, M) -> | ||||
| 	Self = self(), | ||||
| 	Pid = spawn(fun() -> do_js(Self, Ctx, M) end), | ||||
| 	io:format("Spawned: ~p~n", [Pid]), | ||||
| 	run(Ctx, N-1, M). | ||||
|  | ||||
| wait(0) -> | ||||
| 	ok; | ||||
| wait(N) -> | ||||
| 	receive | ||||
| 		{finished, Pid} -> ok | ||||
| 	end, | ||||
| 	io:format("Finished: ~p~n", [Pid]), | ||||
| 	wait(N-1). | ||||
|  | ||||
| do_js(Parent, _, 0) -> | ||||
| 	Parent ! {finished, self()}; | ||||
| do_js(Parent, Ctx, M) -> | ||||
| 	io:format("Running: ~p~n", [M]), | ||||
| 	Test = random_test(), | ||||
| 	{ok, [Resp]} = emonk:call(Ctx, <<"f">>, [Test]), | ||||
| 	Sorted = sort(Resp), | ||||
| 	true = Test == Sorted, | ||||
| 	do_js(Parent, Ctx, M-1). | ||||
|  | ||||
| js() ->  | ||||
| 	<<"var f = function(x) {return [x];};">>. | ||||
|  | ||||
| random_test() -> | ||||
| 	Tests = [ | ||||
| 		null, | ||||
| 		true, | ||||
| 		false, | ||||
| 		1, | ||||
| 		-1, | ||||
| 		3.1416, | ||||
| 		-3.1416, | ||||
| 		12.0e10, | ||||
| 		1.234E+10, | ||||
| 		-1.234E-10, | ||||
| 		10.0, | ||||
| 		123.456, | ||||
| 		10.0, | ||||
| 		<<"foo">>, | ||||
| 		<<"foo", 5, "bar">>, | ||||
| 		<<"">>, | ||||
| 		<<"\n\n\n">>, | ||||
| 		<<"\" \b\f\r\n\t\"">>, | ||||
| 		{[]}, | ||||
| 		{[{<<"foo">>, <<"bar">>}]}, | ||||
| 		{[{<<"foo">>, <<"bar">>}, {<<"baz">>, 123}]}, | ||||
| 		[], | ||||
| 		[[]], | ||||
| 		[1, <<"foo">>], | ||||
| 		{[{<<"foo">>, [123]}]}, | ||||
| 		{[{<<"foo">>, [1, 2, 3]}]}, | ||||
| 		{[{<<"foo">>, {[{<<"bar">>, true}]}}]}, | ||||
| 		{[ | ||||
| 			{<<"foo">>, []}, | ||||
| 			{<<"bar">>, {[{<<"baz">>, true}]}}, {<<"alice">>, <<"bob">>} | ||||
| 		]}, | ||||
| 		[-123, <<"foo">>, {[{<<"bar">>, []}]}, null] | ||||
| 	], | ||||
| 	{_, [Test | _]} = lists:split(random:uniform(length(Tests)) - 1, Tests), | ||||
| 	sort(Test). | ||||
|  | ||||
| sort({Props}) -> | ||||
| 	objsort(Props, []); | ||||
| sort(List) when is_list(List) -> | ||||
| 	lstsort(List, []); | ||||
| sort(Other) -> | ||||
| 	Other. | ||||
|  | ||||
| objsort([], Acc) -> | ||||
| 	{lists:sort(Acc)}; | ||||
| objsort([{K,V} | Rest], Acc) -> | ||||
| 	objsort(Rest, [{K, sort(V)} | Acc]). | ||||
|  | ||||
| lstsort([], Acc) -> | ||||
| 	lists:reverse(Acc); | ||||
| lstsort([Val | Rest], Acc) -> | ||||
| 	lstsort(Rest, [sort(Val) | Acc]). | ||||
							
								
								
									
										57
									
								
								samples/GraphQL/kitchen-sink.graphql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								samples/GraphQL/kitchen-sink.graphql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,57 @@ | ||||
| # Copyright (c) 2015, Facebook, Inc. | ||||
| # All rights reserved. | ||||
| # | ||||
| # This source code is licensed under the BSD-style license found in the | ||||
| # LICENSE file in the root directory of this source tree. An additional grant | ||||
| # of patent rights can be found in the PATENTS file in the same directory. | ||||
|  | ||||
| query queryName($foo: ComplexType, $site: Site = MOBILE) { | ||||
|   whoever123is: node(id: [123, 456]) { | ||||
|     id , | ||||
|     ... on User @defer { | ||||
|       field2 { | ||||
|         id , | ||||
|         alias: field1(first:10, after:$foo,) @include(if: $foo) { | ||||
|           id, | ||||
|           ...frag | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|     ... @skip(unless: $foo) { | ||||
|       id | ||||
|     } | ||||
|     ... { | ||||
|       id | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| mutation likeStory { | ||||
|   like(story: 123) @defer { | ||||
|     story { | ||||
|       id | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| subscription StoryLikeSubscription($input: StoryLikeSubscribeInput) { | ||||
|   storyLikeSubscribe(input: $input) { | ||||
|     story { | ||||
|       likers { | ||||
|         count | ||||
|       } | ||||
|       likeSentence { | ||||
|         text | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| fragment frag on Friend { | ||||
|   foo(size: $size, bar: $b, obj: {key: "value"}) | ||||
| } | ||||
|  | ||||
| { | ||||
|   unnamed(truthy: true, falsey: false), | ||||
|   query | ||||
| } | ||||
							
								
								
									
										50
									
								
								samples/GraphQL/schema-kitchen-sink.graphql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								samples/GraphQL/schema-kitchen-sink.graphql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,50 @@ | ||||
| # Copyright (c) 2015, Facebook, Inc. | ||||
| # All rights reserved. | ||||
| # | ||||
| # This source code is licensed under the BSD-style license found in the | ||||
| # LICENSE file in the root directory of this source tree. An additional grant | ||||
| # of patent rights can be found in the PATENTS file in the same directory. | ||||
|  | ||||
| schema { | ||||
|   query: QueryType | ||||
|   mutation: MutationType | ||||
| } | ||||
|  | ||||
| type Foo implements Bar { | ||||
|   one: Type | ||||
|   two(argument: InputType!): Type | ||||
|   three(argument: InputType, other: String): Int | ||||
|   four(argument: String = "string"): String | ||||
|   five(argument: [String] = ["string", "string"]): String | ||||
|   six(argument: InputType = {key: "value"}): Type | ||||
| } | ||||
|  | ||||
| interface Bar { | ||||
|   one: Type | ||||
|   four(argument: String = "string"): String | ||||
| } | ||||
|  | ||||
| union Feed = Story | Article | Advert | ||||
|  | ||||
| scalar CustomScalar | ||||
|  | ||||
| enum Site { | ||||
|   DESKTOP | ||||
|   MOBILE | ||||
| } | ||||
|  | ||||
| input InputType { | ||||
|   key: String! | ||||
|   answer: Int = 42 | ||||
| } | ||||
|  | ||||
| extend type Foo { | ||||
|   seven(argument: [String]): Type | ||||
| } | ||||
|  | ||||
| directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT | ||||
|  | ||||
| directive @include(if: Boolean!) | ||||
|   on FIELD | ||||
|    | FRAGMENT_SPREAD | ||||
|    | INLINE_FRAGMENT | ||||
							
								
								
									
										13
									
								
								samples/JavaScript/axios.es
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								samples/JavaScript/axios.es
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| import axios from "axios"; | ||||
|  | ||||
| export default { | ||||
| 	async getIndex(prefix) { | ||||
| 		const {data} = await axios.get((prefix || "") + "/index.json"); | ||||
| 		return data; | ||||
| 	}, | ||||
| 	 | ||||
| 	async getContent(path, prefix) { | ||||
| 		const {data} = await axios.get((prefix || "") + "/" + path + ".json"); | ||||
| 		return data; | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										35
									
								
								samples/JavaScript/index.es
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								samples/JavaScript/index.es
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| import config from "../webpack.config"; | ||||
| import webpackDevMiddleware from "webpack-dev-middleware"; | ||||
| import webpackHot from "webpack-hot-middleware"; | ||||
| import webpack from "webpack"; | ||||
| import express from "express"; | ||||
|  | ||||
| app.use(webpackDevMiddleware(compiler, { | ||||
| 	noInfo: false, | ||||
| 	quiet: false, | ||||
| 	publicPath: config.output.publicPath, | ||||
| 	hot: true, | ||||
| 	historyApiFallback: true | ||||
| })); | ||||
| 	 | ||||
| app.get("/(:root).json", (req, resp) => { | ||||
| 	resp.send(indexer.index(req.params.root)); | ||||
| }); | ||||
|  | ||||
| export default function(){ | ||||
| 	const server = http.createServer(app); | ||||
| 	 | ||||
| 	server.listen(3000); | ||||
| 	 | ||||
| 	const wss = new WebSocketServer({server}); | ||||
| 	 | ||||
| 	let id = 1; | ||||
| 	wss.on("connection", (ws) => { | ||||
| 		console.log("Hello", " world"); | ||||
| 		let wsId = id++; | ||||
| 		sessions[wsId] = ws; | ||||
| 		ws.on("close", () => { | ||||
| 			delete sessions[wsId] | ||||
| 		}); | ||||
| 	}); | ||||
| }; | ||||
							
								
								
									
										9
									
								
								samples/Makefile/filenames/mkfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								samples/Makefile/filenames/mkfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| GREETINGS=hello gday bonjour hola ola kaixo tag hoi konnichiwa nihao dobredan namaste salaam | ||||
|  | ||||
| all:V: | ||||
| 	mk greet.^($GREETINGS) | ||||
| 	for(i in $GREETINGS) | ||||
| 		mk $i | ||||
|  | ||||
| greet.%: text-folder | ||||
| 	/n/$printer $stem >[2=1] | ||||
| @@ -15,6 +15,7 @@ class TestGrammars < Minitest::Test | ||||
|     apache-2.0 | ||||
|     bsd-2-clause | ||||
|     bsd-3-clause | ||||
|     isc | ||||
|     mit | ||||
|     mpl-2.0 | ||||
|     public | ||||
|   | ||||
| @@ -83,6 +83,13 @@ class TestHeuristcs < Minitest::Test | ||||
|       "ECLiPSe" => all_fixtures("ECLiPSe", "*.ecl") | ||||
|     }) | ||||
|   end | ||||
|    | ||||
|   def test_es_by_heuristics | ||||
|     assert_heuristics({ | ||||
|       "Erlang" => all_fixtures("Erlang", "*.es"), | ||||
|       "JavaScript" => all_fixtures("JavaScript", "*.es") | ||||
|     }) | ||||
|   end | ||||
|  | ||||
|   def test_f_by_heuristics | ||||
|     assert_heuristics({ | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/grammars/MagicPython
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/MagicPython
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/MagicPython updated: e90c9ce78c...276e9a590c
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/NSIS
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/NSIS
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/NSIS updated: 68a4534dde...1095325109
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/Stylus
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/Stylus
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/Stylus updated: 9766d8d936...15aea1cc4f
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/Sublime-SQF-Language
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/Sublime-SQF-Language
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/Sublime-SQF-Language updated: 81c5be35bf...777931999d
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/SublimePuppet
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/SublimePuppet
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/SublimePuppet updated: 88df07785b...a90d5a4e08
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/atom-language-purescript
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/atom-language-purescript
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/atom-language-purescript updated: bd2b59f14e...83d188103f
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/atomic-dreams
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/atomic-dreams
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/atomic-dreams added at 4384f94ff3
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/d.tmbundle
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/d.tmbundle
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/d.tmbundle updated: bc27d5e552...9b7d4a8e44
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/elixir-tmbundle
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/elixir-tmbundle
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/elixir-tmbundle updated: a7aa16e349...6ee8051a75
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/idris
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/idris
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/idris added at 1089032af6
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/language-apl
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/language-apl
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/language-apl added at 37552fbbf9
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-babel
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-babel
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-babel updated: 73da886093...800321154c
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-clojure
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-clojure
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-clojure updated: fa482c39a3...bf4ad48378
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-csharp
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-csharp
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-csharp updated: 96ab79f45b...efac6d4865
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/language-graphql
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/language-graphql
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/language-graphql added at 037e5d46ea
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-javascript
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-javascript
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-javascript updated: b28af094cc...a6adf14590
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-less
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-less
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-less updated: a4ded2608c...ac726d84f2
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-python
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-python
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-python updated: 75f0d2b061...e44c37a2ed
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/language-shellscript
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/language-shellscript
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/language-shellscript updated: be4dbbf19a...ef3c7d2091
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/nix
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/nix
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule vendor/grammars/nix added at cf33194bcc
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/pawn-sublime-language
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/pawn-sublime-language
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/pawn-sublime-language updated: 56264a1ae8...cda2438aa8
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/perl6fe
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/perl6fe
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/perl6fe updated: f38ac75c7d...f3fe47aa8d
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/ruby-slim.tmbundle
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/ruby-slim.tmbundle
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/ruby-slim.tmbundle updated: 741ccd5620...0baf7a453c
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/ruby.tmbundle
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/ruby.tmbundle
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/ruby.tmbundle updated: 4636a30231...4bb5c2e315
									
								
							
							
								
								
									
										1
									
								
								vendor/grammars/sublime-apl
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								vendor/grammars/sublime-apl
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/sublime-apl deleted from a8c36775d5
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/sublime-typescript
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/sublime-typescript
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/sublime-typescript updated: 2da61f59d2...7709dd317f
									
								
							
							
								
								
									
										2
									
								
								vendor/grammars/vue-syntax-highlight
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vendor/grammars/vue-syntax-highlight
									
									
									
									
										vendored
									
									
								
							 Submodule vendor/grammars/vue-syntax-highlight updated: de8e8453ff...16b6051f20
									
								
							
							
								
								
									
										1
									
								
								vendor/licenses/config.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/licenses/config.yml
									
									
									
									
										vendored
									
									
								
							| @@ -4,6 +4,7 @@ whitelist: | ||||
|   - bsd-3-clause | ||||
|   - permissive | ||||
|   - mit | ||||
|   - isc | ||||
|   - mpl-2.0 | ||||
|   - unlicense | ||||
|   - wtfpl | ||||
|   | ||||
							
								
								
									
										14
									
								
								vendor/licenses/grammar/atomic-dreams.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								vendor/licenses/grammar/atomic-dreams.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: atomic-dreams | ||||
| license: mit | ||||
| curated: true | ||||
| --- | ||||
|  | ||||
| Copyright (c) 2016 Pieter-Jan Briers, Kyle J. Kemp | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
							
								
								
									
										26
									
								
								vendor/licenses/grammar/idris.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								vendor/licenses/grammar/idris.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: idris | ||||
| license: mit | ||||
| --- | ||||
| The MIT License | ||||
|  | ||||
| Copyright (c) 2013-2015 Alexey Alekhin, Niklas Larsson | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| in the Software without restriction, including without limitation the rights | ||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||
| copies of the Software, and to permit persons to whom the Software is | ||||
| furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in | ||||
| all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||
| THE SOFTWARE. | ||||
							
								
								
									
										18
									
								
								vendor/licenses/grammar/language-apl.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								vendor/licenses/grammar/language-apl.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: language-apl | ||||
| 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. | ||||
							
								
								
									
										27
									
								
								vendor/licenses/grammar/language-graphql.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								vendor/licenses/grammar/language-graphql.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: language-graphql | ||||
| license: mit | ||||
| curated: true | ||||
| --- | ||||
|  | ||||
| The MIT License (MIT) | ||||
|  | ||||
| Copyright (c) Robert Mosolgo | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy of | ||||
| this software and associated documentation files (the "Software"), to deal in | ||||
| the Software without restriction, including without limitation the rights to | ||||
| use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||||
| the Software, and to permit persons to whom the Software is furnished to do so, | ||||
| subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||||
| FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||||
| COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||||
| IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||||
| CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
							
								
								
									
										13
									
								
								vendor/licenses/grammar/nix.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								vendor/licenses/grammar/nix.txt
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| --- | ||||
| type: grammar | ||||
| name: nix | ||||
| license: mit | ||||
| --- | ||||
| The MIT License (MIT) | ||||
| Copyright (c) 2016 Wout Mertens | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
							
								
								
									
										2
									
								
								vendor/licenses/rubygem/github-linguist.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/licenses/rubygem/github-linguist.txt
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| --- | ||||
| type: rubygem | ||||
| name: github-linguist | ||||
| version: 4.8.1 | ||||
| version: 4.8.2 | ||||
| summary: GitHub Language detection | ||||
| homepage: https://github.com/github/linguist | ||||
| license: mit | ||||
|   | ||||
		Reference in New Issue
	
	Block a user