This file is indexed.

/usr/share/highlight/langDefs/scilab.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="Scilab"

Keywords={
  { Id=1,
    List={"abort", "ans", "backslash", "bool2s", "boolean", "brackets", "break", 
        "call", "case", "clear", "clearglobal", "colon", "comma", "comments", 
        "continue", "date", "debug", "definedfields", "do", "dot", "else", "elseif", 
        "empty", "end", "equal", "errcatch", "errclear", "error", "etime", "evstr", 
        "exec", "execstr", "exists", "exit", "external", "extraction", "feval", "find", 
        "for", "format", "fort", "funptr", "getdate", "getenv", "getfield", "getpid", 
        "getversion", "global", "gstacksize", "hat", "host", "hypermat", 
        "hypermatrices", "iconvert", "ieee", "if", "insertion", "intppty", "inttype", 
        "inv_coeff", "iserror", "isglobal", "lasterror", "left", "less", "list", 
        "lsslist", "lstcat", "matrices", "matrix", "mlist", "mode", "mtlb_mode", 
        "names", "null", "overloading", "parents", "pause", "percent", "plus", "poly", 
        "power", "predef", "pwd", "quit", "quote", "rational", "resume", "return", 
        "rlist", "sciargs", "select", "semi", "semicolon", "setenv", "setfield", 
        "slash", "stacksize", "star", "symbols", "testmatrix", "then", "tic", "tilda", 
        "tlist", "toc", "type", "typename", "user", "varn", "what", "whatis", "where", 
        "whereami", "whereis", "while", "who", "who_user", "whos", "function", 
        "endfunction"},
  },
  { Id=2,
    List={"abs", "acos", "acosh", "acoshm", "acosm", "addf", "adj2sp", "amell", 
        "and", "asin", "asinh", "asinhm", "asinm", "atan", "atanh", "atanhm", "atanm", 
        "bessel", "beta", "binomial", "bloc2exp", "bloc2ss", "bsplin3val", "calerf", 
        "ceil", "cell2mat", "cellstr", "char", "cmb_lin", "conj", "cos", "cosh", 
        "coshm", "cosm", "cotg", "coth", "cothm", "cshep2d", "cumprod", "cumsum", 
        "delip", "diag", "diff", "dlgamma", "double", "dsearch", "erf", "erfc", "erfcx", 
        "eval", "eval_cshep2d", "eye", "fix", "floor", "frexp", "full", "gamma", 
        "gammaln", "gsort", "imag", "imult", "ind2sub", "int", "int8", "integrate", 
        "interp", "interp1", "interp2d", "interp3d", "interpln", "intersect", 
        "intsplin", "inttrap", "isdef", "isempty", "isequal", "isinf", "isnan", 
        "isreal", "kron", "ldivf", "legendre", "lex_sort", "linear_interpn", "linspace", 
        "log", "log10", "log1p", "log2", "logm", "logspace", "lsq_splin", "lstsize", 
        "max", "maxi", "min", "mini", "minus", "modulo", "mps2linpro", "mtlb_sparse", 
        "mulf", "ndgrid", "ndims", "nearfloat", "nextpow2", "nnz", "norm", "not", 
        "number_properties", "oldbessel", "ones", "or", "pen2ea", "pertrans", "prod", 
        "rand", "rat", "rdivf", "real", "round", "setdiff", "sign", "signm", "sin", 
        "sinc", "sinh", "sinhm", "sinm", "size", "smooth", "solve", "sort", "sp2adj", 
        "sparse", "spcompack", "speye", "spget", "splin", "splin2d", "splin3d", 
        "spones", "sprand", "spzeros", "sqrt", "sqrtm", "squarewave", "ssprint", 
        "ssrand", "sub2ind", "subf", "sum", "sysconv", "sysdiag", "syslin", "tan", 
        "tanh", "tanhm", "tanm", "toeplitz", "trfmod", "trianfml", "tril", "trisolve", 
        "triu", "typeof", "union", "unique", "vectorfind", "whatis", "zeros", "plot"},
  },
}

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

IgnoreCase=false

Comments={
  { Block=false,
    Delimiter= { [[\/\/]] },
  },
}

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