From f38e15790e80a72c9a3f35457a2bd65fd891b8b1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 15 Sep 2014 15:01:46 +0200 Subject: [PATCH] Update samples.json --- lib/linguist/samples.json | 74 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index 559ef894..c076f9b9 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -181,6 +181,9 @@ "Frege": [ ".fr" ], + "G-code": [ + ".g" + ], "GAMS": [ ".gms" ], @@ -854,8 +857,8 @@ "exception.zep.php" ] }, - "tokens_total": 659559, - "languages_total": 908, + "tokens_total": 659991, + "languages_total": 912, "tokens": { "ABAP": { "*/**": 1, @@ -22836,6 +22839,69 @@ "newContentPane.setOpaque": 1, "frame.setContentPane": 1 }, + "G-code": { + ";": 8, + "RepRapPro": 1, + "Ormerod": 1, + "Board": 1, + "test": 1, + "GCodes": 1, + "M111": 1, + "S1": 1, + "Debug": 1, + "on": 1, + "G21": 1, + "mm": 1, + "G90": 1, + "Absolute": 1, + "positioning": 1, + "M83": 1, + "Extrusion": 1, + "relative": 1, + "M906": 1, + "X800": 1, + "Y800": 1, + "Z800": 1, + "E800": 1, + "Motor": 1, + "currents": 1, + "(": 1, + "mA": 1, + ")": 1, + "T0": 2, + "Extruder": 1, + "G1": 17, + "X50": 1, + "F500": 2, + "X0": 2, + "G4": 18, + "P500": 6, + "Y50": 1, + "Y0": 2, + "Z20": 1, + "F200": 2, + "Z0": 1, + "E20": 1, + "E": 1, + "-": 146, + "M106": 2, + "S255": 1, + "S0": 1, + "M105": 13, + "G10": 1, + "P0": 1, + "S100": 2, + "M140": 1, + "P5000": 12, + "M0": 2, + "e": 145, + "G28": 1, + "X55": 3, + "Y5": 3, + "F2000": 1, + "Y180": 2, + "X180": 2 + }, "GAMS": { "*Basic": 1, "example": 2, @@ -73160,6 +73226,7 @@ "Erlang": 2928, "Forth": 1516, "Frege": 5564, + "G-code": 432, "GAMS": 363, "GAP": 9944, "GAS": 133, @@ -73375,6 +73442,7 @@ "Erlang": 5, "Forth": 7, "Frege": 4, + "G-code": 4, "GAMS": 1, "GAP": 7, "GAS": 1, @@ -73538,5 +73606,5 @@ "fish": 3, "wisp": 1 }, - "md5": "1a8591982ec28c592a742122734c142c" + "md5": "6c25d61196c927beac580e2dbb592c51" } \ No newline at end of file