This file is indexed.

/usr/share/THE/nsi.tld is in the 3.3~rc1-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
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
*
* This file contains the THE Language Definition for NSIS installation scripts
*
* Name = *NSI
*
:case
  ignore
:option
  preprocessor !
:number
  c
:identifier
  [$a-zA-Z] [a-zA-Z0-9_]
:string
  single
  double
:comment
  line ; any
  line # any
  paired /* */ nest
:label
  delimiter : any
:header
  line #! column 1
:match
  ( )
  { }
  !ifdef,!ifndef !endif
:keyword
  !ifdef
  !ifndef
  !endif
  !undef
  !else
  !macro
  !macroend
  !define
  !verbose
  !echo
  !include
  !insertmacro
  !packhdr
  !addplugindir
*
* Functions and section headings
*
  function alt 1
  functionend alt 1
  section alt 1
  sectionin alt 1
  sectionend alt 1
  subsection alt 1
  subsectionend alt 1
  addsize alt 1
*
* Installer Attributes
*
  addbrandingimage alt r
  allowrootdirinstall alt r
  autoclosewindow alt r
  bggradient alt r
  brandingtext alt r
  caption alt r
  changeui alt r
  checkbitmap alt r
  completedtext alt r
  componenttext alt r
  crccheck alt r
  custom alt r
  detailsbuttontext alt r
  dirshow alt r
  dirtext alt r
  fileerrortext alt r
  icon alt r
  installbuttontext alt r
  installcolors alt r
  installdir alt r
  installdirregkey alt r
  instprogressflags alt r
  insttype alt r
  licensebkcolor alt r
  licensedata alt r
  licensetext alt r
  loadlanguagefile alt r
  miscbuttontext alt r
  name alt r
  outfile alt r
  page alt r
  plugindir alt r
  setfont alt r
  showinstdetails alt r
  showuninstdetails alt r
  silentinstall alt r
  silentuninstall alt r
  spacetexts alt r
  subcaption alt r
  uninstallbuttontext alt r
  uninstallcaption alt r
  uninstallicon alt r
  uninstallsubcaption alt r
  uninstalltext alt r
  windowicon alt r
  xpstyle alt r
*
* Compiler Flags
*
  setcompress alt x
  setcompressor alt x
  setdatablockoptimize alt x
  setdatesave alt x
  setoverwrite alt x
  setpluginunload alt x
*
* Known variables
*
  $0 alt 4
  $1 alt 4
  $2 alt 4
  $3 alt 4
  $4 alt 4
  $5 alt 4
  $6 alt 4
  $7 alt 4
  $8 alt 4
  $9 alt 4
  $R0 alt 4
  $R1 alt 4
  $R2 alt 4
  $R3 alt 4
  $R4 alt 4
  $R5 alt 4
  $R6 alt 4
  $R7 alt 4
  $R8 alt 4
  $R9 alt 4
  $INSTDIR alt 4
  $WINDIR alt 4
  $INSTDIR alt 4
  $OUTDIR alt 4
  $CMDLINE alt 4
  $LANGUAGE alt 4
  $PROGRAMFILES alt 4
  $COMMONFILES alt 4
  $DESKTOP alt 4
  $EXEDIR alt 4
  ${NSISDIR} alt 4
  $WINDIR alt 4
  $SYSDIR alt 4
  $TEMP alt 4
  $STARTMENU alt 4
  $SMPROGRAMS alt 4
  $SMSTARTUP alt 4
  $QUICKLAUNCH alt 4
  $DOCUMENTS alt 4
  $SENDTO alt 4
  $RECENT alt 4
  $FAVORITES alt 4
  $MUSIC alt 4
  $PICTURES alt 4
  $VIDEOS alt 4
  $NETHOOD alt 4
  $FONTS alt 4
  $TEMPLATES alt 4
  $APPDATA alt 4
  $PRINTHOOD alt 4
  $INTERNET_CACHE alt 4
  $COOKIES alt 4
  $HISTORY alt 4
  $PROFILE alt 4
  $ADMINTOOLS alt 4
  $RESOURCES alt 4
  $RESOURCES_LOCALIZED alt 4
  $CDBURN_AREA alt 4
  $HWNDPARENT alt 4
  $PLUGINSDIR alt 4
*
* General Keywords
*
  abort
  bringtofront
  call
  clearerrors
  copyfiles
  createdirectory
  createshortcut
  delete
  deleteinisec
  deleteinistr
  deleteregkey
  deleteregvalue
  detailprint
  exch
  exec
  execshell
  execwait
  file
  fileclose
  fileopen
  fileread
  filereadbyte
  fileseek
  filewrite
  findfirst
  findnext
  findclose
  getlabeladdress
  getfunctionaddress
  callinstdll
  setdetailsview
  getdlgitem
  setstaticbkcolor
  createfont
  sendmessage
  langstring
  findwindow
  getfullpathname
  gettempfilename
  goto
  hidewindow
  iferrors
  iffileexists
  intcmp
  intfmt
  intop
  messagebox
  nop
  pop
  push
  readinistr
  readenvstr
  readregstr
  regdll
  return
  reservefile
  rmdir
  searchpath
  sectiongettext
  sectionsettext
  sectiongetflags
  sectionsetflags
  setbrandingimage
  setoutpath
  setrebootflag
  setshellvarcontext
  sleep
  strcmp
  strcpy
  strlen
  unregdll
  var
  writeinistr
  writeregbin
  writeregdword
  writeregstr
  writeregexpandstr
  writeuninstaller
  * Registry keys
  HKCR                    alt r
  HKEY_CLASSES_ROOT       alt r
  HKLM                    alt r
  HKEY_LOCAL_MACHINE      alt r
  HKCU                    alt r
  HKEY_CURRENT_USER       alt r
  HKU                     alt r
  HKEY_USERS              alt r
  HKCC                    alt r
  HKEY_CURRENT_CONFIG     alt r
  HKDD                    alt r
  HKEY_DYN_DATA           alt r
  HKPD                    alt r
  HKEY_PERFORMANCE_DATA   alt r
  *
  * true/false
  *
  true alt r
  false alt r