diff options
| author | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2026-05-06 17:12:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 17:12:59 +0300 |
| commit | ff536adef0b74c20f55bd501ad593e4eef762082 (patch) | |
| tree | 8b56d40b0eadbb3089884340e30a998dadb53324 | |
| parent | bbce410f87643d8bdd2870aa74fe208a74766dfb (diff) | |
| parent | 969e850f66d724f6a1620f1613e3f55a58f9c516 (diff) | |
Merge pull request #5764 from tapple/fix-syntax-cache-file-names
[Documentation] List the correct syntax filenames
| -rw-r--r-- | doc/external-editor-json-rpc.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/external-editor-json-rpc.md b/doc/external-editor-json-rpc.md index 202f1e5b29..9d355957fe 100644 --- a/doc/external-editor-json-rpc.md +++ b/doc/external-editor-json-rpc.md @@ -284,14 +284,14 @@ interface SyntaxCacheList { | -------------------------------- | ---------------------------------------------------- | | `builtins.txt` | LSL built-in keyword list in plain text format | | `lsl_definitions.yaml` | LSL language definitions in YAML format | -| `lsl_keywords.xml` | LSL keyword definitions in LLSD XML format | +| `lsl_keywords.xml` | LSL keyword definitions in LLSD XML format. Used by the viewer's script editor | | `lsl_keywords_pretty.xml` | LSL keyword definitions in formatted LLSD XML format | -| `slua_default.d.luau` | Luau type definition file for editor tooling | -| `slua_default.docs.json` | Luau documentation data in JSON format | +| `secondlife.d.luau` | Luau type definition file. Used by luau-lsp | +| `secondlife.docs.json` | Luau documentation data in JSON format. Used by luau-lsp | | `slua_definitions.yaml` | Luau language definitions in YAML format | -| `slua_keywords.xml` | Luau keyword definitions in LLSD XML format | -| `slua_keywords_pretty.xml` | Luau keyword definitions in formatted LLSD XML format | -| `slua_selene.yml` | Luau Selene linter configuration in YAML format | +| `lua_keywords.xml` | Luau keyword definitions in LLSD XML format. Used by the viewer's script editor | +| `lua_keywords_pretty.xml` | Luau keyword definitions in formatted LLSD XML format | +| `secondlife_selene.yml` | Luau Selene linter configuration in YAML format | 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. |
