mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Update samples.json
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
"Ceylon": [
|
||||
".ceylon"
|
||||
],
|
||||
"Cirru": [
|
||||
".cirru"
|
||||
],
|
||||
"Clojure": [
|
||||
".cl2",
|
||||
".clj",
|
||||
@@ -179,6 +182,9 @@
|
||||
"Julia": [
|
||||
".jl"
|
||||
],
|
||||
"Kit": [
|
||||
".kit"
|
||||
],
|
||||
"Kotlin": [
|
||||
".kt"
|
||||
],
|
||||
@@ -535,8 +541,8 @@
|
||||
".gemrc"
|
||||
]
|
||||
},
|
||||
"tokens_total": 445429,
|
||||
"languages_total": 523,
|
||||
"tokens_total": 445679,
|
||||
"languages_total": 533,
|
||||
"tokens": {
|
||||
"ABAP": {
|
||||
"*/**": 1,
|
||||
@@ -12715,6 +12721,43 @@
|
||||
"<=>": 1,
|
||||
"other.name": 1
|
||||
},
|
||||
"Cirru": {
|
||||
"print": 38,
|
||||
"array": 14,
|
||||
"int": 36,
|
||||
"string": 7,
|
||||
"set": 12,
|
||||
"f": 3,
|
||||
"block": 1,
|
||||
"(": 20,
|
||||
"a": 22,
|
||||
"b": 7,
|
||||
"c": 9,
|
||||
")": 20,
|
||||
"call": 1,
|
||||
"bool": 6,
|
||||
"true": 1,
|
||||
"false": 1,
|
||||
"yes": 1,
|
||||
"no": 1,
|
||||
"map": 8,
|
||||
"m": 3,
|
||||
"float": 1,
|
||||
"require": 1,
|
||||
"./stdio.cr": 1,
|
||||
"self": 2,
|
||||
"child": 1,
|
||||
"under": 2,
|
||||
"parent": 1,
|
||||
"get": 4,
|
||||
"x": 2,
|
||||
"just": 4,
|
||||
"-": 4,
|
||||
"code": 4,
|
||||
"eval": 2,
|
||||
"nothing": 1,
|
||||
"container": 3
|
||||
},
|
||||
"Clojure": {
|
||||
"(": 83,
|
||||
"defn": 4,
|
||||
@@ -25566,6 +25609,14 @@
|
||||
"end": 3,
|
||||
"return": 1
|
||||
},
|
||||
"Kit": {
|
||||
"<section>": 1,
|
||||
"<h1>": 1,
|
||||
"</h1>": 1,
|
||||
"<p>": 1,
|
||||
"</p>": 1,
|
||||
"</section>": 1
|
||||
},
|
||||
"Kotlin": {
|
||||
"package": 1,
|
||||
"addressbook": 1,
|
||||
@@ -47799,6 +47850,7 @@
|
||||
"C#": 278,
|
||||
"C++": 31181,
|
||||
"Ceylon": 50,
|
||||
"Cirru": 244,
|
||||
"Clojure": 510,
|
||||
"COBOL": 90,
|
||||
"CoffeeScript": 2951,
|
||||
@@ -47835,6 +47887,7 @@
|
||||
"JSON": 183,
|
||||
"JSON5": 57,
|
||||
"Julia": 247,
|
||||
"Kit": 6,
|
||||
"Kotlin": 155,
|
||||
"KRL": 25,
|
||||
"Lasso": 9849,
|
||||
@@ -47941,6 +47994,7 @@
|
||||
"C#": 2,
|
||||
"C++": 27,
|
||||
"Ceylon": 1,
|
||||
"Cirru": 9,
|
||||
"Clojure": 7,
|
||||
"COBOL": 4,
|
||||
"CoffeeScript": 9,
|
||||
@@ -47977,6 +48031,7 @@
|
||||
"JSON": 4,
|
||||
"JSON5": 2,
|
||||
"Julia": 1,
|
||||
"Kit": 1,
|
||||
"Kotlin": 1,
|
||||
"KRL": 1,
|
||||
"Lasso": 4,
|
||||
@@ -48066,5 +48121,5 @@
|
||||
"Xtend": 2,
|
||||
"YAML": 1
|
||||
},
|
||||
"md5": "a46f14929a6e9e4356fda95beb035439"
|
||||
"md5": "e15665f251898e9707bd69413c0e5485"
|
||||
}
|
||||
Reference in New Issue
Block a user