mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Added another Mathematica sample, improving accuracy.
This commit is contained in:
@@ -543,8 +543,8 @@
|
||||
"ack"
|
||||
]
|
||||
},
|
||||
"tokens_total": 447009,
|
||||
"languages_total": 537,
|
||||
"tokens_total": 447055,
|
||||
"languages_total": 539,
|
||||
"tokens": {
|
||||
"Max": {
|
||||
"{": 126,
|
||||
@@ -18933,8 +18933,8 @@
|
||||
},
|
||||
"Mathematica": {
|
||||
"BeginPackage": 2,
|
||||
"[": 266,
|
||||
"]": 264,
|
||||
"[": 268,
|
||||
"]": 266,
|
||||
";": 126,
|
||||
"PossiblyTrueQ": 6,
|
||||
"usage": 65,
|
||||
@@ -18995,6 +18995,18 @@
|
||||
"Symbol": 4,
|
||||
"NumericQ": 2,
|
||||
"EndPackage": 2,
|
||||
"Paclet": 2,
|
||||
"Name": 2,
|
||||
"-": 17,
|
||||
"Version": 2,
|
||||
"MathematicaVersion": 2,
|
||||
"Description": 2,
|
||||
"Creator": 2,
|
||||
"Extensions": 2,
|
||||
"{": 6,
|
||||
"Language": 2,
|
||||
"MainPage": 2,
|
||||
"}": 6,
|
||||
"NonzeroDimQ": 2,
|
||||
"NormalMatrixQ": 2,
|
||||
"SquareMatrixQ": 4,
|
||||
@@ -19017,13 +19029,10 @@
|
||||
"Equal@@Dimensions": 1,
|
||||
"A": 4,
|
||||
"Module": 1,
|
||||
"{": 2,
|
||||
"Length": 10,
|
||||
"dlist": 3,
|
||||
"}": 2,
|
||||
"List/@Plus": 1,
|
||||
"Range": 1,
|
||||
"-": 1,
|
||||
"*": 1,
|
||||
"(": 1,
|
||||
"+": 1,
|
||||
@@ -48022,7 +48031,7 @@
|
||||
"M": 23373,
|
||||
"Omgrofl": 57,
|
||||
"Elm": 628,
|
||||
"Mathematica": 1325,
|
||||
"Mathematica": 1371,
|
||||
"C++": 31181,
|
||||
"Scheme": 3478,
|
||||
"Matlab": 11953,
|
||||
@@ -48166,7 +48175,7 @@
|
||||
"M": 28,
|
||||
"Omgrofl": 1,
|
||||
"Elm": 3,
|
||||
"Mathematica": 4,
|
||||
"Mathematica": 6,
|
||||
"C++": 27,
|
||||
"Scheme": 1,
|
||||
"Matlab": 40,
|
||||
@@ -48251,5 +48260,5 @@
|
||||
"Perl": 14,
|
||||
"JSON5": 2
|
||||
},
|
||||
"md5": "2a0f595bfce3cdc61fcc092f91666f1d"
|
||||
"md5": "14c84bf1064043261867bb5bd7d8dbc3"
|
||||
}
|
||||
17
samples/Mathematica/PacletInfo.m
Normal file
17
samples/Mathematica/PacletInfo.m
Normal file
@@ -0,0 +1,17 @@
|
||||
(* Paclet Info File *)
|
||||
|
||||
(* created 2014/02/07*)
|
||||
|
||||
Paclet[
|
||||
Name -> "Foobar",
|
||||
Version -> "0.0.1",
|
||||
MathematicaVersion -> "8+",
|
||||
Description -> "Example of an automatically generated PacletInfo file.",
|
||||
Creator -> "Chris Granade",
|
||||
Extensions ->
|
||||
{
|
||||
{"Documentation", Language -> "English", MainPage -> "Guides/Foobar"}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user