This file is indexed.

/usr/share/highlight/langDefs/felix.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
36
37
-- Language definition generated by lang2to3

Description="Felix"

Keywords={
  { Id=1,
    List={"all", "and", "as", "body", "call", "case", "class", "code", "const", "define", "elif", "else", "endif", "endmatch", "except", "export", "fork", "fun", "function", "functor", "goto", "header", "if", "in", "inf", "interface", "lambda", "let", "match", "module", "NaN", "", "not", "of", "open", "or", "proc", "procedure", "raise", "read", "regexp", "regmatch", "return", "struct", "then", "to", "todo", "type", "typedef", "union", "use", "val", "var", "when", "with", "header", "body", "code", "open", "", "use", "endl", "print", "include", "true", "false", "not", "and", "or", "lnot", "land", "lor", "pow", "eol"},
  },
  { Id=2,
    List={"tiny", "short", "int", "long", "vlong", "utiny", "ushort", "uint", "ulong", "uvlong", "int8", "int16", "int32", "int64", "uint8", "uint16", "uint32", "uint64", "float", "double", "ldouble", "", "float32", "float64", "float80", "char", "wchar", "uchar", "string", "wstring", "ustring", "void", "unit", "bool", "any", "address", "byte"},
  },
}

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

IgnoreCase=false

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

PreProcessor={
  Prefix=[[#]],
}

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

--FIXME no default escchar param: regex(\\\d{3}|\\x\p{XDigit}{2}|\\[ntvbrfa\\\?'"])