This file is indexed.

/usr/share/highlight/langDefs/ms.lang is in highlight-common 3.18-3.

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
-- Language definition generated by lang2to3

Description="MaxScript"

Keywords={
  { Id=1,
    List={"about", "animate", "as", "at", "by", "case", "catch", "collect", "continue", "coordsys", "default", "do", "else", "exit", "fn", "for", "function", "global", "group", "if", "in", "level", "local", "local", "mapped", "max", "of", "on", "parent", "persistent", "pivot", "return", "selection", "set", "struct", "then", "throw", "time", "to", "try", "undo", "where", "while", "with", "with", "world", "true", "false", "on", "off", "ok", "undefined", "unsupplied", "or", "and", "not"},
  },
  { Id=2,
    List={"utility", "rollout", "label", "button", "edittext", "combobox", "dropdownlist", "listbox", "spinner", "slider", "pickbutton", "pushbutton", "checkbutton", "macrobutton", "radiobuttons", "checkbox", "colorpicker", "mapbutton", "materialbutton", "progressbar", "timer", "bitmap", "rcmenu", "menuitem", "separator", "submenu", "macroscript", "tool", "plugin", "parameters"},
  },
}

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

IgnoreCase=false

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

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

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