Skip to content

Commit ff536ad

Browse files
authored
Merge pull request #5764 from tapple/fix-syntax-cache-file-names
[Documentation] List the correct syntax filenames
2 parents bbce410 + 969e850 commit ff536ad

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/external-editor-json-rpc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@ interface SyntaxCacheList {
284284
| -------------------------------- | ---------------------------------------------------- |
285285
| `builtins.txt` | LSL built-in keyword list in plain text format |
286286
| `lsl_definitions.yaml` | LSL language definitions in YAML format |
287-
| `lsl_keywords.xml` | LSL keyword definitions in LLSD XML format |
287+
| `lsl_keywords.xml` | LSL keyword definitions in LLSD XML format. Used by the viewer's script editor |
288288
| `lsl_keywords_pretty.xml` | LSL keyword definitions in formatted LLSD XML format |
289-
| `slua_default.d.luau` | Luau type definition file for editor tooling |
290-
| `slua_default.docs.json` | Luau documentation data in JSON format |
289+
| `secondlife.d.luau` | Luau type definition file. Used by luau-lsp |
290+
| `secondlife.docs.json` | Luau documentation data in JSON format. Used by luau-lsp |
291291
| `slua_definitions.yaml` | Luau language definitions in YAML format |
292-
| `slua_keywords.xml` | Luau keyword definitions in LLSD XML format |
293-
| `slua_keywords_pretty.xml` | Luau keyword definitions in formatted LLSD XML format |
294-
| `slua_selene.yml` | Luau Selene linter configuration in YAML format |
292+
| `lua_keywords.xml` | Luau keyword definitions in LLSD XML format. Used by the viewer's script editor |
293+
| `lua_keywords_pretty.xml` | Luau keyword definitions in formatted LLSD XML format |
294+
| `secondlife_selene.yml` | Luau Selene linter configuration in YAML format |
295295

296296
Not all files may be present in every cache — the actual list returned by `language.syntax.cache` reflects only what is available on the viewer's local filesystem at the time of the request.
297297

0 commit comments

Comments
 (0)