/usr/share/highlight/langDefs/io.lang is in highlight-common 3.8-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | -- Language definition generated by lang2to3
Description="IO"
Keywords={
{ Id=1,
List={"activate", "activeCoroCount", "and", "block", "break", "catch", "chedulerSleepSeconds", "clone", "collectGarbage", "compileString", "continue", "do", "doFile", "doMessage", "doString", "else", "elseif", "exit", "for", "foreach", "forward", "getSlot", "getenv", "hasSlot", "if", "ifFalse", "ifNil", "ifTrue", "isActive", "isNil", "list", "message", "method", "or", "parent", "pass", "pause", "perform", "performWithArgList", "print", "proto", "raise", "removeSlot", "resend", "resume", "return", "self", "sender", "setSchedulerSleepSeconds", "setSlot", "shallowCopy", "slotNames", "super", "system", "then", "thisBlock", "thisContext", "thisMessage", "try", "type", "uniqueId", "updateSlot", "wait", "write", "yield"},
},
{ Id=2,
List={"Array", "AudioDevice", "AudioMixer", "Block", "Box", "Buffer", "CFunction", "CGI", "Color", "Curses", "DBM", "DNSResolver", "DOConnection", "DOProxy", "DOServer", "Date", "Directory", "Duration", "DynLib", "Error", "Exception", "FFT", "File", "Fnmatch", "Font", "Future", "GL", "GLE", "GLScissor", "GLU", "GLUCylinder", "GLUQuadric", "GLUSphere", "GLUT", "Host", "Image", "Importer", "LinkList", "List", "Lobby", "Locals", "MD5", "MP3Decoder", "MP3Encoder", "Map", "Message", "Movie", "NULL", "Nil", "Nop", "Notification", "Number", "Object", "OpenGL", "Point", "Protos", "Regex", "SGMLTag", "SQLite", "Server", "ShowMessage", "SleepyCat", "SleepyCatCursor", "Socket", "SocketManager", "Sound", "Soup", "Store", "String", "Tree", "UDPSender", "UPDReceiver", "URL", "User", "Warning", "WeakLink"},
},
{ Id=4,
Regex=[[(\w+)\s*\(]],
},
}
Strings={
Delimiter=[["""|'''|"|']],
}
IgnoreCase=false
Comments={
{ Block=false,
Delimiter= { [[#\|\/\/]] },
},
{ Block=true,
Nested=false,
Delimiter= { [[\/\*]],[[\*\/]],}
}
}
Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|\<|\>|\!|\=|\/|\*|\%|\+|\-|\^|\@|\.]]
--FIXME no default escchar param: regex(\\\d{3}|\\x\p{XDigit}{2}|\\[ntvbrfa\\\?'"])
|