Logos
1 program
Added 2026-02-28T15:39:04Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Logos Preprocessor
Provenance: commit c498ddcf47 · authored 2026-02-28T16:39:30+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
6 sources · pl_id:
pl/logosExtensions claimed by this language
7 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.x | pygments | primary | 619.5K files |
.xm | linguist | primary | 63.3K files |
.x | linguist | secondary | 619.5K files |
.xi | linguist | secondary | 9.8K files |
.xi | pygments | secondary | 9.8K files |
.xm | pygments | secondary | 63.3K files |
.xmi | pygments | secondary | 1.1M files |
Related languages
LLM-contributed programs
SpringBoard Hello World Tweak
Provenance: commit c498ddcf47 · authored 2026-02-28T16:39:30+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
%hook SpringBoard
- (void)applicationDidFinishLaunching:(UIApplication *)application {
%orig;
UIAlertController *alert = [UIAlertController
alertControllerWithTitle:@"Hello, Logos!"
message:@"A Logos tweak is running."
preferredStyle:UIAlertControllerStyleAlert];
UIAlertAction *ok = [UIAlertAction
actionWithTitle:@"OK"
style:UIAlertActionStyleDefault
handler:nil];
[alert addAction:ok];
UIWindow *window = [UIApplication sharedApplication].keyWindow;
[window.rootViewController presentViewController:alert
animated:YES
completion:nil];
}
%end
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.x/2 | .x | predicates | [{"kind": "any", "regexes": ["^%(end|ctor|hook|group)\\b"]}] |