mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Samples update
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
".asc",
|
".asc",
|
||||||
".ash"
|
".ash"
|
||||||
],
|
],
|
||||||
|
"APL": [
|
||||||
|
".apl"
|
||||||
|
],
|
||||||
"ATS": [
|
"ATS": [
|
||||||
".atxt",
|
".atxt",
|
||||||
".dats",
|
".dats",
|
||||||
@@ -163,6 +166,9 @@
|
|||||||
"Emacs Lisp": [
|
"Emacs Lisp": [
|
||||||
".el"
|
".el"
|
||||||
],
|
],
|
||||||
|
"EmberScript": [
|
||||||
|
".em"
|
||||||
|
],
|
||||||
"Erlang": [
|
"Erlang": [
|
||||||
".erl",
|
".erl",
|
||||||
".escript",
|
".escript",
|
||||||
@@ -833,8 +839,8 @@
|
|||||||
"exception.zep.php"
|
"exception.zep.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tokens_total": 654392,
|
"tokens_total": 654479,
|
||||||
"languages_total": 896,
|
"languages_total": 898,
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"ABAP": {
|
"ABAP": {
|
||||||
"*/**": 1,
|
"*/**": 1,
|
||||||
@@ -1451,6 +1457,36 @@
|
|||||||
"struct": 1,
|
"struct": 1,
|
||||||
"import": 1
|
"import": 1
|
||||||
},
|
},
|
||||||
|
"APL": {
|
||||||
|
"You": 1,
|
||||||
|
"can": 2,
|
||||||
|
"try": 1,
|
||||||
|
"this": 2,
|
||||||
|
"at": 1,
|
||||||
|
"http": 1,
|
||||||
|
"//tryapl.org/": 1,
|
||||||
|
"I": 2,
|
||||||
|
"not": 1,
|
||||||
|
"explain": 1,
|
||||||
|
"how": 1,
|
||||||
|
"much": 1,
|
||||||
|
"suddenly": 1,
|
||||||
|
"love": 1,
|
||||||
|
"crypto": 1,
|
||||||
|
"-": 1,
|
||||||
|
"language": 1,
|
||||||
|
"Starts": 2,
|
||||||
|
"Middles": 2,
|
||||||
|
"Qualifiers": 2,
|
||||||
|
"Finishes": 2,
|
||||||
|
"rf": 2,
|
||||||
|
"{": 3,
|
||||||
|
"(": 1,
|
||||||
|
")": 1,
|
||||||
|
"}": 3,
|
||||||
|
"erf": 2,
|
||||||
|
"deepak": 2
|
||||||
|
},
|
||||||
"ATS": {
|
"ATS": {
|
||||||
"//": 211,
|
"//": 211,
|
||||||
"#include": 16,
|
"#include": 16,
|
||||||
@@ -21285,6 +21321,36 @@
|
|||||||
"screws": 1,
|
"screws": 1,
|
||||||
"egrep": 1
|
"egrep": 1
|
||||||
},
|
},
|
||||||
|
"EmberScript": {
|
||||||
|
"class": 1,
|
||||||
|
"App.FromNowView": 2,
|
||||||
|
"extends": 1,
|
||||||
|
"Ember.View": 1,
|
||||||
|
"tagName": 1,
|
||||||
|
"template": 1,
|
||||||
|
"Ember.Handlebars.compile": 1,
|
||||||
|
"output": 1,
|
||||||
|
"return": 1,
|
||||||
|
"moment": 1,
|
||||||
|
"(": 5,
|
||||||
|
"@value": 1,
|
||||||
|
")": 5,
|
||||||
|
".fromNow": 1,
|
||||||
|
"didInsertElement": 1,
|
||||||
|
"-": 4,
|
||||||
|
"@tick": 2,
|
||||||
|
"tick": 1,
|
||||||
|
"f": 2,
|
||||||
|
"@notifyPropertyChange": 1,
|
||||||
|
"nextTick": 4,
|
||||||
|
"Ember.run.later": 1,
|
||||||
|
"this": 1,
|
||||||
|
"@set": 1,
|
||||||
|
"willDestroyElement": 1,
|
||||||
|
"@nextTick": 1,
|
||||||
|
"Ember.run.cancel": 1,
|
||||||
|
"Ember.Handlebars.helper": 1
|
||||||
|
},
|
||||||
"Erlang": {
|
"Erlang": {
|
||||||
"SHEBANG#!escript": 3,
|
"SHEBANG#!escript": 3,
|
||||||
"%": 134,
|
"%": 134,
|
||||||
@@ -72464,6 +72530,7 @@
|
|||||||
"language_tokens": {
|
"language_tokens": {
|
||||||
"ABAP": 1500,
|
"ABAP": 1500,
|
||||||
"AGS Script": 2717,
|
"AGS Script": 2717,
|
||||||
|
"APL": 42,
|
||||||
"ATS": 4558,
|
"ATS": 4558,
|
||||||
"Agda": 376,
|
"Agda": 376,
|
||||||
"Alloy": 1143,
|
"Alloy": 1143,
|
||||||
@@ -72508,6 +72575,7 @@
|
|||||||
"Eagle": 30089,
|
"Eagle": 30089,
|
||||||
"Elm": 628,
|
"Elm": 628,
|
||||||
"Emacs Lisp": 1756,
|
"Emacs Lisp": 1756,
|
||||||
|
"EmberScript": 45,
|
||||||
"Erlang": 2928,
|
"Erlang": 2928,
|
||||||
"Forth": 1516,
|
"Forth": 1516,
|
||||||
"Frege": 5564,
|
"Frege": 5564,
|
||||||
@@ -72673,6 +72741,7 @@
|
|||||||
"languages": {
|
"languages": {
|
||||||
"ABAP": 1,
|
"ABAP": 1,
|
||||||
"AGS Script": 4,
|
"AGS Script": 4,
|
||||||
|
"APL": 1,
|
||||||
"ATS": 10,
|
"ATS": 10,
|
||||||
"Agda": 1,
|
"Agda": 1,
|
||||||
"Alloy": 3,
|
"Alloy": 3,
|
||||||
@@ -72717,6 +72786,7 @@
|
|||||||
"Eagle": 2,
|
"Eagle": 2,
|
||||||
"Elm": 3,
|
"Elm": 3,
|
||||||
"Emacs Lisp": 2,
|
"Emacs Lisp": 2,
|
||||||
|
"EmberScript": 1,
|
||||||
"Erlang": 5,
|
"Erlang": 5,
|
||||||
"Forth": 7,
|
"Forth": 7,
|
||||||
"Frege": 4,
|
"Frege": 4,
|
||||||
@@ -72879,5 +72949,5 @@
|
|||||||
"fish": 3,
|
"fish": 3,
|
||||||
"wisp": 1
|
"wisp": 1
|
||||||
},
|
},
|
||||||
"md5": "bfcc1394a867e7d464859dd597eba7ad"
|
"md5": "b7e3e6804093f11267b22f781f54de75"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user