This file is indexed.

/usr/share/highlight/langDefs/gambas.lang is in highlight-common 3.41-1.

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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Description="Gambas"

Identifiers=[[ [a-zA-Z_]+\$? ]]

Keywords={
  {  Id=1,
   List={"abs", "dim", "ispunct", "replace$", "access", "dir", "isshort",
        "return", "acos", "div", "issingle", "right$", "acosh", "do", "isspace",
        "rinstr", "alloc", "else", "isstring", "rmdir", "and", "end", "isucase", "rnd",
        "and", "if", "end", "select", "kill", "rol", "ang", "end", "with", "labels",
        "ror", "append", "endif", "round", "eof", "last", "rtrim$", "error", "lcase$",
        "scan", "as", "error", "to", "left$", "sconv$", "asc", "eval", "len", "second",
        "asin", "event", "library", "seek", "asinh", "event", "loop", "like", "seek",
        "asl", "events", "declaration", "line", "input", "select", "asr", "exec",
        "link", "sgn", "exist", "shell", "exp", "shl", "atan", "exp10", "lock", "shr",
        "atan2", "exp2", "lof", "sin", "atanh", "expm", "log", "sinh", "bchg", "export",
        "log10", "sleep", "bclr", "extern", "log2", "space$", "bin$", "logp", "split",
        "break", "false", "loop", "sqr", "bset", "file", "&", "directory", "paths",
        "lsl", "stat", "btst", "finally", "lsr", "static", "case", "fix", "ltrim$",
        "step", "catch", "flush", "mag", "stop", "cbool", "for", "max", "stop", "event",
        "cbr", "for", "each", "me", "str$", "cbyte", "format$", "cdate", "frac", "mid$",
        "string$", "cfloat", "free", "min", "strptr", "choose", "function", "minute",
        "sub", "chr$", "global", "event", "handlers", "mkdir", "subst$", "cint", "goto",
        "mod", "super", "class", "hex$", "month", "swap", "clong", "hour", "move",
        "tan", "close", "hyp", "new", "tanh", "comp", "if", "next", "temp$",
        "comparison", "methods", "iif", "not", "then", "const", "in", "now", "time",
        "constant", "declaration", "inc", "null", "timer", "continue", "inherits",
        "open", "to", "conv$", "trim$", "copy", "input", "optional", "true", "cos",
        "input", "from", "or", "try", "cosh", "instr", "or", "if", "typeof", "create",
        "int", "output", "ucase$", "create", "private", "is", "output", "to", "unlock",
        "create", "static", "isascii", "pi", "until", "cshort", "isblank", "pipe",
        "csng", "isboolean", "print", "cstr", "isbyte", "private", "val", "cvariant",
        "isdate", "procedure", "datatypes", "isdigit", "property", "wait", "date",
        "isdir", "property", "declaration", "watch", "dateadd", "isfloat", "public",
        "week", "datediff", "ishexa", "quit", "weekday", "day", "isinteger", "rad",
        "wend", "dconv$", "islcase", "raise", "while", "debug", "isletter", "randomize",
        "with", "dec", "islong", "rdir", "write", "default", "isnull", "read", "xor",
        "deg", "isnumber", "realloc", "year", "dfree", "isobject", "repeat"
        }
  },

  { Id=4,
    Regex=[[(\w+)\s*\(]]
  }
}

Strings = {
  Delimiter=[["|']],
}

Comments = {

   {
     Block=false,
     Delimiter = { [[']] }
   }
}

IgnoreCase=true

Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~|\|]]