@@ -206,9 +206,9 @@ All fields are optional unless noted.
|
206 | 206 | |
207 | 207 | OpenClaw includes syntax highlighting for common source, config, and documentation languages: |
208 | 208 | |
209 | | -`javascript`, `typescript`, `tsx`, `jsx`, `json`, `markdown`, `yaml`, `css`, `html`, `sh`, `python`, `go`, `rust`, `java`, `c`, `cpp`, `csharp`, `php`, `sql`, and `docker`. |
| 209 | +`javascript`, `typescript`, `tsx`, `jsx`, `json`, `markdown`, `yaml`, `css`, `html`, `sh`, `python`, `go`, `rust`, `java`, `c`, `cpp`, `csharp`, `php`, `sql`, `docker`, `ruby`, `swift`, `kotlin`, `r`, `dart`, `lua`, `powershell`, `xml`, and `toml`. |
210 | 210 | |
211 | | -Common aliases such as `js`, `ts`, `bash`, `md`, `yml`, `c++`, and `dockerfile` are normalized to those default languages. |
| 211 | +Common aliases such as `js`, `ts`, `bash`, `md`, `yml`, `c++`, `dockerfile`, `rb`, `kt`, and `ps1` are normalized to those default languages. |
212 | 212 | |
213 | 213 | Install the Diff Viewer Language Pack plugin to highlight other languages: |
214 | 214 | |
|