mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Samples
This commit is contained in:
@@ -254,6 +254,9 @@
|
||||
".dlm",
|
||||
".pro"
|
||||
],
|
||||
"IGOR Pro": [
|
||||
".ipf"
|
||||
],
|
||||
"Idris": [
|
||||
".idr"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"LFE": [
|
||||
".lfe"
|
||||
],
|
||||
"LSL": [
|
||||
".lsl"
|
||||
],
|
||||
"Lasso": [
|
||||
".las",
|
||||
".lasso",
|
||||
@@ -845,8 +851,8 @@
|
||||
"exception.zep.php"
|
||||
]
|
||||
},
|
||||
"tokens_total": 654541,
|
||||
"languages_total": 900,
|
||||
"tokens_total": 654836,
|
||||
"languages_total": 903,
|
||||
"tokens": {
|
||||
"ABAP": {
|
||||
"*/**": 1,
|
||||
@@ -28185,6 +28191,52 @@
|
||||
"L": 1,
|
||||
"example": 1
|
||||
},
|
||||
"IGOR Pro": {
|
||||
"#pragma": 2,
|
||||
"rtGlobals": 2,
|
||||
"Function": 6,
|
||||
"FooBar": 1,
|
||||
"(": 10,
|
||||
")": 10,
|
||||
"return": 7,
|
||||
"End": 7,
|
||||
"FooBarSubType": 1,
|
||||
"ButtonControl": 1,
|
||||
"Function/D": 1,
|
||||
"FooBarVar": 1,
|
||||
"static": 3,
|
||||
"FooBarStatic": 1,
|
||||
"threadsafe": 2,
|
||||
"FooBarStaticThreadsafe": 1,
|
||||
"FooBarThread": 1,
|
||||
"CallOperationsAndBuiltInFuncs": 1,
|
||||
"string": 4,
|
||||
"var": 3,
|
||||
"someDQString": 2,
|
||||
"Make/N": 1,
|
||||
"myWave": 2,
|
||||
"Redimension/N": 1,
|
||||
"-": 3,
|
||||
"print": 1,
|
||||
"strlen": 1,
|
||||
"StrConstant": 1,
|
||||
"myConstString": 1,
|
||||
"constant": 1,
|
||||
"myConst": 1,
|
||||
"Structure": 2,
|
||||
"struct1": 1,
|
||||
"str": 2,
|
||||
"variable": 2,
|
||||
"EndStructure": 2,
|
||||
"struct2": 1,
|
||||
"#include": 1,
|
||||
"#ifdef": 1,
|
||||
"NOT_DEFINED": 1,
|
||||
"//": 1,
|
||||
"conditional": 1,
|
||||
"compilation": 1,
|
||||
"#endif": 1
|
||||
},
|
||||
"INI": {
|
||||
";": 1,
|
||||
"editorconfig.org": 1,
|
||||
@@ -35990,6 +36042,72 @@
|
||||
"info": 1,
|
||||
"reproduce": 1
|
||||
},
|
||||
"LSL": {
|
||||
"integer": 8,
|
||||
"someIntNormal": 2,
|
||||
";": 29,
|
||||
"someIntHex": 2,
|
||||
"someIntMath": 2,
|
||||
"PI_BY_TWO": 2,
|
||||
"event": 2,
|
||||
"//": 5,
|
||||
"is": 3,
|
||||
"invalid.illegal": 2,
|
||||
"key": 3,
|
||||
"someKeyTexture": 2,
|
||||
"TEXTURE_DEFAULT": 2,
|
||||
"string": 5,
|
||||
"someStringSpecial": 2,
|
||||
"EOF": 2,
|
||||
"some_user_defined_function_without_return_type": 2,
|
||||
"(": 19,
|
||||
"inputAsString": 2,
|
||||
")": 19,
|
||||
"{": 9,
|
||||
"llSay": 1,
|
||||
"PUBLIC_CHANNEL": 4,
|
||||
"}": 9,
|
||||
"user_defined_function_returning_a_string": 2,
|
||||
"inputAsKey": 2,
|
||||
"return": 1,
|
||||
"default": 2,
|
||||
"state_entry": 2,
|
||||
"someKey": 3,
|
||||
"NULL_KEY": 1,
|
||||
"llGetOwner": 1,
|
||||
"someString": 2,
|
||||
"touch_start": 1,
|
||||
"num_detected": 2,
|
||||
"list": 1,
|
||||
"agentsInRegion": 3,
|
||||
"llGetAgentList": 1,
|
||||
"AGENT_LIST_REGION": 1,
|
||||
"[": 1,
|
||||
"]": 1,
|
||||
"numOfAgents": 2,
|
||||
"llGetListLength": 1,
|
||||
"index": 4,
|
||||
"defaults": 1,
|
||||
"to": 1,
|
||||
"for": 2,
|
||||
"<": 1,
|
||||
"-": 1,
|
||||
"+": 2,
|
||||
"each": 1,
|
||||
"agent": 1,
|
||||
"in": 1,
|
||||
"region": 1,
|
||||
"llRegionSayTo": 1,
|
||||
"llList2Key": 1,
|
||||
"touch_end": 1,
|
||||
"llSetInventoryPermMask": 1,
|
||||
"MASK_NEXT": 1,
|
||||
"PERM_ALL": 1,
|
||||
"reserved.godmode": 1,
|
||||
"llWhisper": 2,
|
||||
"state": 3,
|
||||
"other": 2
|
||||
},
|
||||
"Lasso": {
|
||||
"<": 7,
|
||||
"LassoScript": 1,
|
||||
@@ -72649,6 +72767,7 @@
|
||||
"Haskell": 302,
|
||||
"Hy": 155,
|
||||
"IDL": 418,
|
||||
"IGOR Pro": 97,
|
||||
"INI": 27,
|
||||
"Idris": 148,
|
||||
"Inform 7": 75,
|
||||
@@ -72666,6 +72785,7 @@
|
||||
"Kit": 6,
|
||||
"Kotlin": 155,
|
||||
"LFE": 1711,
|
||||
"LSL": 198,
|
||||
"Lasso": 9849,
|
||||
"Latte": 759,
|
||||
"Less": 39,
|
||||
@@ -72862,6 +72982,7 @@
|
||||
"Haskell": 3,
|
||||
"Hy": 2,
|
||||
"IDL": 4,
|
||||
"IGOR Pro": 2,
|
||||
"INI": 2,
|
||||
"Idris": 1,
|
||||
"Inform 7": 2,
|
||||
@@ -72879,6 +73000,7 @@
|
||||
"Kit": 1,
|
||||
"Kotlin": 1,
|
||||
"LFE": 4,
|
||||
"LSL": 1,
|
||||
"Lasso": 4,
|
||||
"Latte": 2,
|
||||
"Less": 1,
|
||||
@@ -73005,5 +73127,5 @@
|
||||
"fish": 3,
|
||||
"wisp": 1
|
||||
},
|
||||
"md5": "7a970958bd95602c130be259e8f3fc31"
|
||||
"md5": "74f6109f5d8edac6b3f2bd3d65b9d210"
|
||||
}
|
||||
Reference in New Issue
Block a user